llvm-project/mlir/lib/Dialect/X86Vector
Matthias Springer 66b1e629d8 [mlir] Cleanup: Fix warnings in MLIR
Tested with gcc-10. Other compilers may generate additional warnings. This does not fix all warnings. There are a few extra ones in LLVMCore and MLIR.

* `OpEmitter::getAttrNameIndex`: -Wunused-function (function is private and not used anywhere)
* `PrintOpPass` copy constructor: -Wextra ("Base class should be explicitly initialized in the copy constructor")
* `LegalizeForLLVMExport.cpp`: -Woverflow (overflow is expected, silence warning by making the cast explicit)

Differential Revision: https://reviews.llvm.org/D107525
2021-08-06 10:36:37 +09:00
..
IR [mlir] Generare .cpp.inc files for dialects. 2021-06-29 20:10:30 +00:00
Transforms [mlir] Cleanup: Fix warnings in MLIR 2021-08-06 10:36:37 +09:00
CMakeLists.txt