[llvm] [AArch64][SVE] Don't require 16-byte aligned SVE loads/stores with +strict-align (PR #119732)
Sander de Smalen via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 13 06:36:56 PST 2024
================
@@ -0,0 +1,18 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
+; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve < %s | FileCheck %s
+; RUN: llc -mtriple=aarch64-linux-gnu -mattr=+sve,+strict-align < %s | FileCheck %s
+
+; FIXME: Support TLI.expandUnalignedLoad()/TLI.expandUnalignedStore() for SVE.
+; XFAIL: *
----------------
sdesmalen-arm wrote:
Rather than XFAILing this test, could you add a `not --crash` for the second RUN line, and a regular FileChecked output for the first RUN line?
https://github.com/llvm/llvm-project/pull/119732
More information about the llvm-commits
mailing list