Skip to content

Commit d6c750b

Browse files
authored
PPC: Disable type checking in xfailed sincospi test (#167563)
This hangs in expensive_checks
1 parent 2d8563f commit d6c750b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/PowerPC/llvm.sincospi.ppcfp128.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
; XFAIL: *
22
; FIXME: asserts
3-
; RUN: llc -mcpu=pwr9 -mtriple=powerpc64le-gnu-linux -filetype=null \
3+
; RUN: llc -mcpu=pwr9 -mtriple=powerpc64le-gnu-linux -filetype=null -enable-legalize-types-checking=0 \
44
; RUN: -ppc-vsr-nums-as-vr -ppc-asm-full-reg-names %s
55

66
define { ppc_fp128, ppc_fp128 } @test_sincospi_ppcf128(ppc_fp128 %a) {

0 commit comments

Comments
 (0)