[llvm] [RISCV][VLOPT] Look through PHI instructions (PR #132236)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 20 08:43:19 PDT 2025
michaelmaitland wrote:
@preames @topperc @lukel97 thanks for pointing this out. I've updated the patch to avoid an infinite loop. I think it is conservative in that case since the user in the loop body is causing us not to optimize. Maybe we can handle that in a follow up.
@lukel97 thanks for sharing your patch, I''ll take a closer look now.
https://github.com/llvm/llvm-project/pull/132236
More information about the llvm-commits
mailing list