diff options
author | Alex Zinenko <zinenko@google.com> | 2021-07-08 18:35:18 +0200 |
---|---|---|
committer | Alex Zinenko <zinenko@google.com> | 2021-07-09 14:49:52 +0200 |
commit | 75e5f0aac97dca0507a391f3418b18f4f6e44cd7 (patch) | |
tree | cec8cc577471b77f97c42e80158edab9aee3728d /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | 9a0152799f8e4a59e0483728c9f11c8a7805616f (diff) | |
download | llvm-75e5f0aac97dca0507a391f3418b18f4f6e44cd7.zip llvm-75e5f0aac97dca0507a391f3418b18f4f6e44cd7.tar.gz llvm-75e5f0aac97dca0507a391f3418b18f4f6e44cd7.tar.bz2 |
[mlir] factor memref-to-llvm lowering out of std-to-llvm
After the MemRef has been split out of the Standard dialect, the
conversion to the LLVM dialect remained as a huge monolithic pass.
This is undesirable for the same complexity management reasons as having
a huge Standard dialect itself, and is even more confusing given the
existence of a separate dialect. Extract the conversion of the MemRef
dialect operations to LLVM into a separate library and a separate
conversion pass.
Reviewed By: herhut, silvas
Differential Revision: https://reviews.llvm.org/D105625
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions