[llvm] [AArch64][GlobalISel] Legalize G_STORE for v4s8 vector (PR #82498)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 27 02:20:24 PST 2024
================
@@ -2,9 +2,6 @@
; RUN: llc -mtriple=aarch64 %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-SD
; RUN: llc -mtriple=aarch64 -global-isel -global-isel-abort=2 %s -o - 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-GI
----------------
davemgreen wrote:
If there is no longer any fallbacks, this could remove the -global-isel-abort=2 (and 2>&1). That might be easier to do if you land the initial tests separately
https://github.com/llvm/llvm-project/pull/82498
More information about the llvm-commits
mailing list