llvm-project/mlir/test/mlir-cpu-runner
River Riddle 4268e4f4b8 [mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflicts with function types.
Summary: The current syntax for AffineMapAttr and IntegerSetAttr conflict with function types, making it currently impossible to round-trip function types(and e.g. FuncOp) in the IR. This revision changes the syntax for the attributes by wrapping them in a keyword. AffineMapAttr is wrapped with `affine_map<>` and IntegerSetAttr is wrapped with `affine_set<>`.

Reviewed By: nicolasvasilache, ftynse

Differential Revision: https://reviews.llvm.org/D72429
2020-01-13 13:24:39 -08:00
..
include [mlir] mlir-cpu-runner test's cblas_interface should export functions on Windows 2020-01-09 22:55:46 +01:00
CMakeLists.txt [mlir] mlir-cpu-runner test's cblas_interface should export functions on Windows 2020-01-09 22:55:46 +01:00
cblas.cpp Adjust License.txt file to use the LLVM license 2019-12-23 15:33:37 -08:00
cblas_interface.cpp [mlir] mlir-cpu-runner test's cblas_interface should export functions on Windows 2020-01-09 22:55:46 +01:00
linalg_integration_test.mlir [mlir] Change the syntax of AffineMapAttr and IntegerSetAttr to avoid conflicts with function types. 2020-01-13 13:24:39 -08:00
lit.local.cfg Disable the mlir-cpu-runner tests on win32. llvm orc does not support the COFF rtld. 2019-06-01 20:08:12 -07:00
mlir_runner_utils.cpp Adjust License.txt file to use the LLVM license 2019-12-23 15:33:37 -08:00
simple.mlir Use llvm.func to define functions with wrapped LLVM IR function type 2019-10-10 01:34:06 -07:00
unranked_memref.mlir Add runtime utils support for print_memref_i8 2019-12-18 17:32:35 -08:00
utils.mlir Move cpu runner utils templates to .h 2019-12-12 07:33:09 -08:00