llvm-capstone/mlir
Benjamin Maxwell 6f95737ed4
[mlir][TOSA] Fix interpretation of --tosa-validate='profile=undefined' (#65738)
Due to a copy-paste error in 32b7c1ff this was incorrectly mapped to
`TosaProfileEnum::MainTraining` rather than `TosaProfileEnum::Undefined`.
2023-09-08 16:11:19 +01:00
..
benchmark/python [NFC][Py Reformat] Reformat python files in mlir subdir 2023-05-26 08:05:40 +02:00
cmake/modules [mlir][python bindings] generate all the enums 2023-08-23 15:03:55 -05:00
docs [mlir] Move FunctionInterfaces to Interfaces directory and inherit from CallableOpInterface 2023-08-31 11:28:23 +00:00
examples [mlir] Move FunctionInterfaces to Interfaces directory and inherit from CallableOpInterface 2023-08-31 11:28:23 +00:00
include [mlir][TOSA] Fix interpretation of --tosa-validate='profile=undefined' (#65738) 2023-09-08 16:11:19 +01:00
lib [mlir][LLVM] Model side effects of volatile and atomic load-store (#65730) 2023-09-08 13:50:49 +02:00
python [mlir][python] Create all missing attribute builders. 2023-09-06 07:09:25 +00:00
test [mlir][LLVM] Model side effects of volatile and atomic load-store (#65730) 2023-09-08 13:50:49 +02:00
tools [mlir] Make classof substitution in interface use an instance (#65492) 2023-09-07 09:46:57 +02:00
unittests [mlir] Added erase() to fix memory leak. 2023-09-07 11:46:32 +02:00
utils [NFC] Set a variable in the mlir data formatter (#65554) 2023-09-06 20:13:39 -04:00
.clang-format
.clang-tidy
CMakeLists.txt [mlir][NVVM] Adds the NVVM target attribute. 2023-08-08 19:21:36 +00:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.