[llvm] [AArch64][GlobalISel] Add support for widening vector store elements to s8. (PR #121170)
Amara Emerson via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 6 00:33:41 PST 2025
================
@@ -0,0 +1,32 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
+# RUN: llc -O0 -mtriple=aarch64 -run-pass=legalizer -global-isel-abort=2 %s -o - | FileCheck %s
+# This test currently is expected to fall back after reaching truncstore of <8 x s8> as <8 x s1>.
----------------
aemerson wrote:
Also, I'm not testing that it falls back. I'm trying to test the intermediate legalizer output but a fallback prevents the full legalizer pass running successfully. This is a workaround so we can still check the widening was done.
https://github.com/llvm/llvm-project/pull/121170
More information about the llvm-commits
mailing list