[llvm] [LAA][NFC] Add a test for #191867 (PR #213722)
Ramkumar Ramachandra via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 3 10:50:44 PDT 2026
================
@@ -348,6 +348,106 @@ exit:
ret void
}
+; Same as above but with an unrelated store-to-load forwarding deps that do have
+; a safe VF. Make sure those aren't reported as ;
+; `BackwardVectorizableButPreventsForwarding`. We provide two of those (%B and
----------------
artagnon wrote:
Wrapping issue?
https://github.com/llvm/llvm-project/pull/213722
More information about the llvm-commits
mailing list