Fold memref.reinterpret_cast(x) -> x when type does not change.
Details
Details
- Reviewers
nicolasvasilache - Group Reviewers
Restricted Project - Commits
- rG01f4390a519f: [MLIR] Fold memref.reinterpret_cast(x) -> x when the type is fully static and
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@nicolasvasilache, @mehdi_amini, @ThomasRaoux
Could anyone please take a look at this?
Comment Actions
can you update the commit message to say: "Fold memref.reinterpret_cast(x) -> x when the type is fully static and does not change." ?