| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[mlir][Conversion] Rename the MemRefToLLVM pass Since the recent MemRef refactoring that centralizes the lowering of complex MemRef operations outside of the conversion framework, the MemRefToLLVM pass doesn't directly convert these complex operations. Instead, to fully convert the whole MemRef dialect space, MemRefToLLVM needs to run after expand-strided-metadata. Make this more obvious by changing the name of the pass and the option associated with it from convert-memref-to-llvm to finalize-memref-to-llvm. The word "finalize" conveys that this pass needs to run after something else and that something else is documented in its tablegen description. This is a follow-up patch related to the conversation at: https://discourse.llvm.org/t/psa-you-need-to-run-expand-strided-metadata-before-memref-to-llvm-now/66956/14 Differential Revision: https://reviews.llvm.org/D142463 | 3 年前 | |
[mlir][ArmSME] Dialect and Intrinsic Op Definition This patch creates the ArmSME dialect, and provides the intrinsic op definition necessary for lowering to LLVM IR. This will cover most instructions interacting with the ZA tile register, not covering SME2 instructions. Source: https://developer.arm.com/documentation/ddi0616/latest Reviewed By: awarzynski, c-rhodes Differential Revision: https://reviews.llvm.org/D152878 | 3 年前 | |
Make debug counters available in non-assert builds as well Differential Revision: https://reviews.llvm.org/D149232 | 3 年前 | |
[mlir][NFC] Update textual references of func to func.func in tool/runner tests The special case parsing of func operations is being removed. | 4 年前 | |
Keep output file after successful execution of mlir-opt Invoke keep() on the output file of mlir-opt in case the invocation of MlirOptMain was successful, to make sure the output file is not deleted on exit from mlir-opt. Fixes a similar problem in standalone-opt from the example for an out-of-tree, standalone MLIR dialect. This revision also adds a missing parameter to the invocation of MlirOptMain in standalone-opt. Differential Revision: https://reviews.llvm.org/D77643 | 6 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 年前 | ||
| 3 年前 | ||
| 3 年前 | ||
| 4 年前 | ||
| 6 年前 |