[llvm] [VPlan] Fix mutating whilst iterating over users in EVL transform (PR #122885)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 14 04:16:00 PST 2025


================
@@ -249,3 +249,121 @@ loopend:
   ret void
 }
 
+define void @multiple_reverse_vector_pointer(ptr noalias %a, ptr noalias %b, ptr noalias %c, ptr noalias %d) {
----------------
fhahn wrote:

might be good to add a link to the GH issue as well here

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


More information about the llvm-commits mailing list