[llvm] [InstCombine] Fold `select(load, val) + store` into `llvm.masked.store` (PR #144298)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 16 02:13:13 PDT 2025
nikic wrote:
I don't think this fold should be performed in the middle-end at all.
https://github.com/llvm/llvm-project/pull/144298
More information about the llvm-commits
mailing list