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

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 11:28:42 PST 2024


================
@@ -2,12 +2,6 @@
 ; RUN: llc -mtriple=aarch64-none-eabi -verify-machineinstrs %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-SD
 ; RUN: llc -mtriple=aarch64-none-eabi -global-isel -global-isel-abort=2 -verify-machineinstrs %s -o - 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-GI
----------------
tschuett wrote:

I restored the fallback. I will look into G_ASHR.

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


More information about the llvm-commits mailing list