[llvm-branch-commits] [llvm] [LV][REVEC][AArch64] Proof of concept for re-vectorisation (PR #208213)

Gaƫtan Bossu via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jul 30 07:09:00 PDT 2026


================
@@ -0,0 +1,90 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals none --filter-out-after "scalar.ph:" --replace-value-regex "!llvm.loop ![0-9]+" --version 6
----------------
gbossu wrote:

Sounds good, I'll try to move tests out of `AArch64/`. I can also add a test for fixed-length, but I'd like to to be rejected for this first PR, as enabling fixed-length REVEC opens up more code paths within LoopVectorizer. Would that be okay?

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


More information about the llvm-branch-commits mailing list