[llvm] [LV][AArch64] Prefer Fixed over Scalable if cost-model is equal (Neoverse V2) (PR #95819)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 11 06:41:41 PDT 2024
================
@@ -0,0 +1,196 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
----------------
david-arm wrote:
I wonder if it's necessary to run `utils/update_test_checks.py` on this test, since all you're really testing is that we vectorised with a particular VF. For example, you could reduce the number of CHECK lines in each function to just the bare minimum:
```
; CHECK-LABEL: define void @NeoverseV2(
: CHECK: store <4 x float>
```
https://github.com/llvm/llvm-project/pull/95819
More information about the llvm-commits
mailing list