mlir
mlir copied to clipboard
"Multi-Level Intermediate Representation" Compiler Infrastructure
Global variables in SPIR-V now use symbol names instead of returning a SSA values. The initializers of global variables also use these symbol names. Since constants can be used as...
One way to hoist loop invariant memref load/store's and replace such subscripted accesses by scalars is by introducing 0-d memref's (load/store from the main memref to those 0-d memref's, then...
$ mlir-opt -lower-to-llvm test/Transforms/dma-generate.mlir :0: error: only 1D vectors are supported I was expecting line number information here to be available.
On the appended MLIR, mlir-translate produces this error. $ mlir-translate -mlir-to-llvmir /tmp/single.mlir loc("/tmp/single.mlir":1:6): error: non-LLVM function argument type I see two issues: 1) On a minor note, the error message...
The option -mlir-print-op-generic does not appear in the output of 'mlir-opt -h'. mlir-opt does accept it though.
I noticed that markdown for math symbols in the g3docs is not being rendered by Github via http access
Hi! How do you generally suggest to add MLIR to a project using cmake? There is not any config cmake file, as it is for LLVM - LLVMConfig.cmake. And also...