Skip to content

Conversation

@arsenm
Copy link
Contributor

@arsenm arsenm commented Nov 11, 2025

This hangs in expensive_checks

@arsenm arsenm marked this pull request as ready for review November 11, 2025 18:37
Copy link
Contributor Author

arsenm commented Nov 11, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

@llvmbot
Copy link
Member

llvmbot commented Nov 11, 2025

@llvm/pr-subscribers-backend-powerpc

Author: Matt Arsenault (arsenm)

Changes

This hangs in expensive_checks


Full diff: https://github.com/llvm/llvm-project/pull/167563.diff

1 Files Affected:

  • (modified) llvm/test/CodeGen/PowerPC/llvm.sincospi.ppcfp128.ll (+1-1)
diff --git a/llvm/test/CodeGen/PowerPC/llvm.sincospi.ppcfp128.ll b/llvm/test/CodeGen/PowerPC/llvm.sincospi.ppcfp128.ll
index bc656bb785e9e..4fbb6a07aa37d 100644
--- a/llvm/test/CodeGen/PowerPC/llvm.sincospi.ppcfp128.ll
+++ b/llvm/test/CodeGen/PowerPC/llvm.sincospi.ppcfp128.ll
@@ -1,6 +1,6 @@
 ; XFAIL: *
 ; FIXME: asserts
-; RUN: llc -mcpu=pwr9 -mtriple=powerpc64le-gnu-linux -filetype=null \
+; RUN: llc -mcpu=pwr9 -mtriple=powerpc64le-gnu-linux -filetype=null -enable-legalize-types-checking=0 \
 ; RUN:   -ppc-vsr-nums-as-vr -ppc-asm-full-reg-names %s
 
 define { ppc_fp128, ppc_fp128 } @test_sincospi_ppcf128(ppc_fp128 %a) {

@arsenm arsenm merged commit d6c750b into main Nov 11, 2025
12 of 13 checks passed
@arsenm arsenm deleted the users/arsenm/ppc/disable-type-checking-xfail-sincospi-test branch November 11, 2025 21:50
@vvereschaka
Copy link
Contributor

@arsenm
Copy link
Contributor Author

arsenm commented Nov 12, 2025

@arsenm still hangs - https://lab.llvm.org/buildbot/#/builders/187/builds/13494

I guess can try the brute force way: #167639

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants