Ensure the index operations are lowered on all linalg loop lowering paths.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D101827
[mlir][linalg] Always lower index operations during loop lowering. ClosedPublic Authored by gysit on May 4 2021, 4:48 AM.
Details Summary Ensure the index operations are lowered on all linalg loop lowering paths.
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, mravishankar and 18 others. · View Herald TranscriptMay 4 2021, 4:48 AM This revision is now accepted and ready to land.May 4 2021, 6:55 AM Closed by commit rG05d2297b8694: [mlir][linalg] Always lower index operations during loop lowering. (authored by gysit). · Explain WhyMay 4 2021, 7:31 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 342730 mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
mlir/lib/Dialect/Linalg/Transforms/Loops.cpp
|