[PATCH] D136335: [Assignment Tracking Analysis][5/*] Tests
Stefan Pintilie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 9 14:48:40 PST 2022
stefanp added a comment.
It looks like the test `test/DebugInfo/assignment-tracking/X86/remove-undef-fragment.ll` fails on multiple PPC bots.
https://lab.llvm.org/buildbot/#/builders/214/builds/4756
https://lab.llvm.org/buildbot/#/builders/231/builds/6006
https://lab.llvm.org/buildbot/#/builders/121/builds/26032
The test only has two checks:
; CHECK: DBG{{.*}}DIExpression(DW_OP_LLVM_fragment, 0, 32)
; CHECK: DBG{{.*}}DIExpression(DW_OP_LLVM_fragment, 64, 32)
On PPC the output from ISel only has the second line. Was this test meant to be X86 specific? (I'm asking based on the path).
I'm inclined to restrict this test to X86 until we figure out the problem.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136335/new/
https://reviews.llvm.org/D136335
More information about the llvm-commits
mailing list