Skip to content

Commit a64799d

Browse files
arsenmtgross35
andauthored
Update llvm/test/CodeGen/Generic/fp128-exp10-libcall.ll
Co-authored-by: Trevor Gross <[email protected]>
1 parent b2fc78b commit a64799d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

llvm/test/CodeGen/Generic/fp128-exp10-libcall.ll

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
; RUN: %if x86-registered-target %{ llc < %s -mtriple=i686-unknown-linux-musl | FileCheck %s --check-prefixes=CHECK-ALL,CHECK-USELD %}
1414
; RUN: %if x86-registered-target %{ llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s --check-prefixes=CHECK-ALL,CHECK-F128 %}
1515
; RUN: %if x86-registered-target %{ llc < %s -mtriple=x86_64-unknown-linux-musl | FileCheck %s --check-prefixes=CHECK-ALL,CHECK-USELD %}
16-
;
17-
; FIXME(#144006): Windows-MSVC should also be run but has a ldexp selection
18-
; failure.
19-
; %if x86-registered-target %{ llc < %s -mtriple=x86_64-pc-windows-msvc -verify-machineinstrs | FileCheck %s --check-prefixes=CHECK-ALL,CHECK-F128 %}
16+
; RUN %if x86-registered-target %{ llc < %s -mtriple=x86_64-pc-windows-msvc | FileCheck %s --check-prefixes=CHECK-ALL,CHECK-F128 %}
2017

2118
; ERR: error: no libcall available for fexp10
2219
define fp128 @test_exp10(fp128 %a) {

0 commit comments

Comments
 (0)