[llvm] 34dac67 - [Assignment Tracking Analysis] Add target triple to test
via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 12 00:53:33 PST 2022
Author: OCHyams
Date: 2022-12-12T08:53:12Z
New Revision: 34dac6764226ed367b183f7c6b807a70244d1bcb
URL: https://github.com/llvm/llvm-project/commit/34dac6764226ed367b183f7c6b807a70244d1bcb
DIFF: https://github.com/llvm/llvm-project/commit/34dac6764226ed367b183f7c6b807a70244d1bcb.diff
LOG: [Assignment Tracking Analysis] Add target triple to test
Build-bot failure: https://lab.llvm.org/buildbot/#/builders/214/builds/4756
Original commit: 1d1de7467c32d52926ca56b9167a2c65c451ecfa
Work-around commit: 34a3259fab86aaa1a20224e08849775f3593e6a3
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 eba63e38908ec..749a2b4f61d5f 100644
--- a/llvm/test/DebugInfo/assignment-tracking/X86/remove-undef-fragment.ll
+++ b/llvm/test/DebugInfo/assignment-tracking/X86/remove-undef-fragment.ll
@@ -1,5 +1,3 @@
-; 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
@@ -66,6 +64,7 @@
;; __attribute__((nodebug)) a ah(y(0).d(n), 0);
;; ag - ah;
;; }
+target triple = "x86_64-unknown-linux-gnu"
define void @_Z1kv({ <2 x float>, <2 x float> } %call, <2 x float> %0, float %n.sroa.6.8.vec.extract) !dbg !7 {
entry:
More information about the llvm-commits
mailing list