[llvm] [X86][GlobalISel] Support G_SELECT for x86_fp80 (PR #157377)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 7 20:05:27 PDT 2025
================
@@ -0,0 +1,41 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -fast-isel -fast-isel-abort=1 -verify-machineinstrs | FileCheck %s
+; RUN: llc < %s -global-isel -global-isel-abort=1 -verify-machineinstrs | FileCheck %s --check-prefix=GISEL
+; RUN: llc < %s -fast-isel=0 -global-isel=0 -verify-machineinstrs | FileCheck %s
----------------
arsenm wrote:
Don't need -verify-machineinstrs
https://github.com/llvm/llvm-project/pull/157377
More information about the llvm-commits
mailing list