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

Florian Hahn via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jul 30 02:09:53 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
----------------
fhahn wrote:

Would be good to have most tests target independent if possible, with forced factors, unless they test the cost model.

Also, could you add tests for re-vectorizing from narrow fixed VF to wider fixed VF / narrow scalable VF to wider scalable VF, assuming `-force-vector-width=` works as expected? At least it should be rejected if it cannot be done

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


More information about the llvm-branch-commits mailing list