It is currently a module pass, but shouldn't be. All of the patterns
are local conversions, and don't require anything about
functions/modules.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D121192
[mlir] Change ComplexToLLVM to be a generic pass ClosedPublic Authored by rriddle on Mar 8 2022, 12:49 AM.
Details Summary It is currently a module pass, but shouldn't be. All of the patterns
Diff Detail
Event Timelinerriddle added a child revision: D121193: [mlir][MemRef] Change memref-expand to be a generic operation pass.Mar 8 2022, 12:49 AM This revision is now accepted and ready to land.Mar 8 2022, 12:13 PM Closed by commit rGf05b0afa7938: [mlir] Change ComplexToLLVM to be a generic pass (authored by rriddle). · Explain WhyMar 8 2022, 12:29 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 413725 mlir/include/mlir/Conversion/ComplexToLLVM/ComplexToLLVM.h
mlir/include/mlir/Conversion/Passes.td
mlir/lib/Conversion/ComplexToLLVM/ComplexToLLVM.cpp
|