[llvm] 23ffadc - [XCore] Convert tests to check 'target=xcore.*'
Paul Robinson via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 1 12:19:50 PST 2022
Author: Paul Robinson
Date: 2022-12-01T12:19:37-08:00
New Revision: 23ffadcf3143ab6291ec3b4be3ff46c8b9f7f78e
URL: https://github.com/llvm/llvm-project/commit/23ffadcf3143ab6291ec3b4be3ff46c8b9f7f78e
DIFF: https://github.com/llvm/llvm-project/commit/23ffadcf3143ab6291ec3b4be3ff46c8b9f7f78e.diff
LOG: [XCore] Convert tests to check 'target=xcore.*'
Part of the project to eliminate special handling for triples in lit
expressions.
Added:
Modified:
llvm/test/CodeGen/Generic/2008-01-25-dag-combine-mul.ll
llvm/test/CodeGen/Generic/inline-asm-mem-clobber.ll
llvm/test/DebugInfo/Generic/2010-05-03-OriginDIE.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/Generic/2008-01-25-dag-combine-mul.ll b/llvm/test/CodeGen/Generic/2008-01-25-dag-combine-mul.ll
index 8c8d8a103c57..e0a5644fa789 100644
--- a/llvm/test/CodeGen/Generic/2008-01-25-dag-combine-mul.ll
+++ b/llvm/test/CodeGen/Generic/2008-01-25-dag-combine-mul.ll
@@ -2,7 +2,7 @@
; rdar://5707064
; XCore default subtarget does not support 8-byte alignment on stack.
-; XFAIL: xcore
+; XFAIL: target=xcore{{.*}}
define i32 @f(i16* %pc) {
entry:
diff --git a/llvm/test/CodeGen/Generic/inline-asm-mem-clobber.ll b/llvm/test/CodeGen/Generic/inline-asm-mem-clobber.ll
index 02ca3ddcd539..cac0acdbfbb9 100644
--- a/llvm/test/CodeGen/Generic/inline-asm-mem-clobber.ll
+++ b/llvm/test/CodeGen/Generic/inline-asm-mem-clobber.ll
@@ -1,7 +1,7 @@
; RUN: llc -O2 -no-integrated-as < %s | FileCheck %s
; XCore default subtarget does not support 8-byte alignment on stack.
-; XFAIL: xcore
+; XFAIL: target=xcore{{.*}}
@G = common global i32 0, align 4
diff --git a/llvm/test/DebugInfo/Generic/2010-05-03-OriginDIE.ll b/llvm/test/DebugInfo/Generic/2010-05-03-OriginDIE.ll
index 7619297d2b29..cd0b139ad97f 100644
--- a/llvm/test/DebugInfo/Generic/2010-05-03-OriginDIE.ll
+++ b/llvm/test/DebugInfo/Generic/2010-05-03-OriginDIE.ll
@@ -3,7 +3,7 @@
;Radar 7937109
;XCore default subtarget does not support 8-byte alignment on stack.
-;XFAIL: xcore
+;XFAIL: target=xcore{{.*}}
%struct.anon = type { i64, i32, i32, i32, [1 x i32] }
%struct.gpm_t = type { i32, i8*, [16 x i8], i32, i64, i64, i64, i64, i64, i64, i32, i16, i16, [8 x %struct.gpmr_t] }
More information about the llvm-commits
mailing list