[llvm-branch-commits] [mlir] [mlir][SCF] Fold unused `index_switch` results (PR #173560)
lonely eagle via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Dec 25 05:44:29 PST 2025
linuxlonelyeagle wrote:
This pattern consists of two parts.
* Part of it is the functionality of remove-dead-values, but I believe it ought to be implemented within remove-dead-values.
* Part of it is folding constantOp into memref.store.
For this part, I believe you should perhaps write a fold function for memref.store.
https://github.com/llvm/llvm-project/pull/173560
More information about the llvm-branch-commits
mailing list