[llvm] [AArch64] Use SVE to materialise some 128-bit vector constants (PR #159101)
Paul Walker via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 19 06:08:26 PDT 2025
================
@@ -0,0 +1,165 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 6
+; RUN: llc -mtriple=aarch64 -mattr=+sve < %s | FileCheck %s
----------------
paulwalker-arm wrote:
Is it work having a non-SVE RUN line?
https://github.com/llvm/llvm-project/pull/159101
More information about the llvm-commits
mailing list