[llvm] [X86][GlobalIsel] support G_FABS for f80 (PR #136718)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 3 01:15:09 PDT 2025


================
@@ -1,34 +1,29 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
-; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s --check-prefixes=SDAG-X64
-; RUN: llc < %s -mtriple=x86_64-- -fast-isel -fast-isel-abort=1 | FileCheck %s --check-prefixes=FASTISEL-X64
-; RUN: llc < %s -mtriple=x86_64-- -global-isel -global-isel-abort=1 | FileCheck %s --check-prefixes=GISEL-X64
-; RUN: llc < %s -mtriple=i686-- -mattr=-x87 | FileCheck %s --check-prefixes=SDAG-X86
+; RUN: llc < %s -mtriple=x86_64-- -mattr=-x87 | FileCheck %s --check-prefixes=X64
+; RUN: llc < %s -mtriple=x86_64-- -mattr=-x87 -fast-isel -fast-isel-abort=1 | FileCheck %s --check-prefixes=X64,FASTISEL-X64
----------------
mahesh-attarde wrote:

https://github.com/llvm/llvm-project/pull/142558/ is adding test is separate PR for DAGISEL and FASTISEL

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


More information about the llvm-commits mailing list