We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56e067 commit f15619cCopy full SHA for f15619c
llvm/test/CodeGen/X86/isel-select-fcmov.ll
@@ -6,10 +6,6 @@
6
; RUN: llc < %s -mtriple=x86_64-linux-gnu -global-isel -global-isel-abort=1 | FileCheck %s --check-prefix=X64-GISEL
7
; RUN: llc < %s -mtriple=x86_64-linux-gnu -fast-isel=0 -global-isel=0 | FileCheck %s --check-prefix=X64
8
9
-
10
-target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
11
-target triple = "x86_64-unknown-unknown"
12
13
; Test that we can generate an fcmove, and also that it passes verification.
14
15
define x86_fp80 @cmove_cmp(x86_fp80 %a, x86_fp80 %b, i32 %c) {
0 commit comments