[llvm] [InstCombine] Remove Store when its Ptr is removable (PR #79565)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 11:47:15 PDT 2024


arsenm wrote:

I think this is resolvable by just using stripPointerCasts in visitStoreInst when it's looking for the alloca/GEP source 

https://github.com/llvm/llvm-project/pull/79565


More information about the llvm-commits mailing list