[llvm] [GlobalIsel][AArch64] more legal icmps (PR #78239)
Thorsten Schütt via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 16 07:01:17 PST 2024
================
@@ -2,21 +2,6 @@
; RUN: llc < %s -mtriple=arm64-eabi -aarch64-neon-syntax=apple | FileCheck -check-prefixes=CHECK,CHECK-SD %s
; RUN: llc < %s -mtriple=arm64-eabi -aarch64-neon-syntax=apple -global-isel -global-isel-abort=2 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-GI
-; CHECK-GI: warning: Instruction selection used fallback path for uabd16b_rdx
-; CHECK-GI-NEXT: warning: Instruction selection used fallback path for uabd4s_rdx
-; CHECK-GI-NEXT: warning: Instruction selection used fallback path for sabd4s_rdx
-; CHECK-GI-NEXT: warning: Instruction selection used fallback path for abs_8b
-; CHECK-GI-NEXT: warning: Instruction selection used fallback path for abs_16b
-; CHECK-GI-NEXT: warning: Instruction selection used fallback path for abs_4h
-; CHECK-GI-NEXT: warning: Instruction selection used fallback path for abs_8h
----------------
tschuett wrote:
no fallbacks, but code differences.
https://github.com/llvm/llvm-project/pull/78239
More information about the llvm-commits
mailing list