llvm-capstone/mlir/examples
Mehdi Amini 26a0b27736
Make MLIR Value more consistent in terms of const "correctness" (NFC) (#72765)
MLIR can't really be const-correct (it would need a `ConstValue` class
alongside the `Value` class really, like `ArrayRef` and
`MutableArrayRef`). This is however making is more consistent: method
that are directly modifying the Value shouldn't be marked const.
2023-11-20 20:52:15 -08:00
..
minimal-opt [mlir][minimal-opt] Fix typo 2023-10-22 10:03:15 -07:00
standalone Apply clang-tidy fixes for misc-include-cleaner in standalone-translate.cpp (NFC) 2023-10-20 00:58:28 -07:00
toy Make MLIR Value more consistent in terms of const "correctness" (NFC) (#72765) 2023-11-20 20:52:15 -08:00
transform Apply clang-tidy fixes for misc-include-cleaner in MLIR examples 2023-10-25 22:27:30 -07:00
CMakeLists.txt Add an MLIR example of some mimimal example of MLIR setup 2023-07-25 11:38:19 -07:00