[llvm] [SROA] Unfold gep of index phi (round 2) (PR #83494)

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 29 15:18:28 PST 2024


Artem-B wrote:

Q: why not put those GEPs into appropriate incoming basic blocks. That would be a smaller-scope unfolding. I suspect those geps will be sunk into appropriate basic blocks, but it may be better if we don't have to do that. 

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


More information about the llvm-commits mailing list