[llvm] [GlobalIsel][AArch64] more legal icmps (PR #78239)

David Green via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 07:24:23 PST 2024


Thorsten =?utf-8?q?Schütt?= <schuett at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/78239 at github.com>


================
@@ -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
----------------
davemgreen wrote:

Can all of these really be removed? If so you can remove the -global-isel-abort=2 from the command line.

https://github.com/llvm/llvm-project/pull/78239


More information about the llvm-commits mailing list