[llvm] [LAA][NFC] Add a test for #191867 (PR #213722)
Ramkumar Ramachandra via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 7 05:27:34 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
+; %C) becase the order of processing matters, so we have one lexically before %A
+; and another after it.
----------------
artagnon wrote:
```suggestion
; `BackwardVectorizableButPreventsForwarding`. We provide two of those (%A and
; %C) becase the order of processing matters, so we have one lexically before %B
; and another after it.
```
Would be good to line up lexical ordering with names as well?
https://github.com/llvm/llvm-project/pull/213722
More information about the llvm-commits
mailing list