[llvm] 34a3259 - [NFC][Assignment Tracking Analysis] Stop failing test from running on PPC.
Stefan Pintilie via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 9 15:05:39 PST 2022
Author: Stefan Pintilie
Date: 2022-12-09T17:04:33-06:00
New Revision: 34a3259fab86aaa1a20224e08849775f3593e6a3
URL: https://github.com/llvm/llvm-project/commit/34a3259fab86aaa1a20224e08849775f3593e6a3
DIFF: https://github.com/llvm/llvm-project/commit/34a3259fab86aaa1a20224e08849775f3593e6a3.diff
LOG: [NFC][Assignment Tracking Analysis] Stop failing test from running on PPC.
The test remove-undef-fragment.ll fails on the PPC bots. I've disabled the test
everywhere except X86 to allow for the investigation of the issue.
Added:
Modified:
llvm/test/DebugInfo/assignment-tracking/X86/remove-undef-fragment.ll
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/assignment-tracking/X86/remove-undef-fragment.ll b/llvm/test/DebugInfo/assignment-tracking/X86/remove-undef-fragment.ll
index e2060c05b243c..eba63e38908ec 100644
--- a/llvm/test/DebugInfo/assignment-tracking/X86/remove-undef-fragment.ll
+++ b/llvm/test/DebugInfo/assignment-tracking/X86/remove-undef-fragment.ll
@@ -1,3 +1,5 @@
+; TODO: Determine why this does not work on Power PC.
+; REQUIRES: x86_64-linux
; RUN: llc %s -o - -stop-after=finalize-isel \
; RUN: -experimental-assignment-tracking \
; RUN: | FileCheck %s --implicit-check-not=DBG
More information about the llvm-commits
mailing list