llvm-capstone/mlir/test/mlir-cpu-runner
Quentin Colombet cb4ccd38fa [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
2023-01-27 09:10:10 +00:00
..
X86Vector
async-error.mlir [mlir][Pass] Include anchor op in -pass-pipeline 2022-11-03 11:36:12 -04:00
async-func.mlir [mlir][async] Allow to call async.execute inside async.func 2023-01-13 16:04:24 -08:00
async-group.mlir [mlir][Pass] Include anchor op in -pass-pipeline 2022-11-03 11:36:12 -04:00
async-value.mlir [mlir][Conversion] Rename the MemRefToLLVM pass 2023-01-27 09:10:10 +00:00
async.mlir [mlir][Conversion] Rename the MemRefToLLVM pass 2023-01-27 09:10:10 +00:00
bare-ptr-call-conv.mlir [mlir][Conversion] Rename the MemRefToLLVM pass 2023-01-27 09:10:10 +00:00
copy.mlir [mlir][Conversion] Rename the MemRefToLLVM pass 2023-01-27 09:10:10 +00:00
global-memref.mlir [mlir][Conversion] Rename the MemRefToLLVM pass 2023-01-27 09:10:10 +00:00
invalid.mlir
lit.local.cfg
math-polynomial-approx.mlir [mlir] Clean up typos in FileCheck directives in various tests. 2022-12-12 09:29:14 +01:00
memref-reinterpret-cast.mlir [mlir][Conversion] Rename the MemRefToLLVM pass 2023-01-27 09:10:10 +00:00
memref-reshape.mlir [mlir][Conversion] Rename the MemRefToLLVM pass 2023-01-27 09:10:10 +00:00
print.mlir [mlir][Pass] Include anchor op in -pass-pipeline 2022-11-03 11:36:12 -04:00
sgemm-naive-codegen.mlir [mlir][Conversion] Rename the MemRefToLLVM pass 2023-01-27 09:10:10 +00:00
simple.mlir
unranked-memref.mlir [mlir][Conversion] Rename the MemRefToLLVM pass 2023-01-27 09:10:10 +00:00
utils.mlir [mlir][Conversion] Rename the MemRefToLLVM pass 2023-01-27 09:10:10 +00:00
x86-varargs.mlir