[llvm] [AArch64] Legalize fp128 scalars as libcalls for G_FCMP (PR #98452)

David Green via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 18 23:07:16 PDT 2024


================
@@ -1,6 +1,6 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
 ; RUN: llc < %s -debugify-and-strip-all-safe -mcpu=cyclone -verify-machineinstrs -aarch64-enable-ccmp -aarch64-stress-ccmp | FileCheck %s --check-prefixes=CHECK,SDISEL
-; RUN: llc < %s -debugify-and-strip-all-safe -mcpu=cyclone -verify-machineinstrs -aarch64-enable-ccmp -aarch64-stress-ccmp -global-isel -global-isel-abort=2 | FileCheck %s --check-prefixes=CHECK,GISEL
+; RUN: llc < %s -debugify-and-strip-all-safe -mcpu=cyclone -verify-machineinstrs -aarch64-enable-ccmp -aarch64-stress-ccmp -global-isel -global-isel-abort=1 | FileCheck %s --check-prefixes=CHECK,GISEL
----------------
davemgreen wrote:

I think -global-isel-abort=1 is the default if -global-isel is specified.

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


More information about the llvm-commits mailing list