[llvm] [AArch64][LV] Cost low-VF interleaved access (PR #205844)

Sander de Smalen via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 2 08:20:05 PDT 2026


================
@@ -0,0 +1,226 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
+; RUN: llc -O3 < %s | FileCheck %s
----------------
sdesmalen-arm wrote:

nit:
```suggestion
; RUN: llc < %s | FileCheck %s
```

Given that it's not an `optnone` function, it will run the interleaving pass without any `-O1` or above flags.

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


More information about the llvm-commits mailing list