[llvm] [AArch64][GlobalISel] Legalize G_LOAD for v4s8 Vector (PR #82989)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 27 02:31:38 PST 2024
================
@@ -2,9 +2,6 @@
; RUN: llc -mtriple=aarch64-none-linux-gnu %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-SD
; RUN: llc -mtriple=aarch64-none-linux-gnu -global-isel -global-isel-abort=2 %s -o - 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-GI
----------------
davemgreen wrote:
You can remove -global-isel-abort=2 and 2>&1 again if there are no fallbacks.
https://github.com/llvm/llvm-project/pull/82989
More information about the llvm-commits
mailing list