Skip to content

Commit f231d3d

Browse files
authored
Fix some X86 tests (#101944)
extractelement-shuffle.ll: Test for bugfix in DAGCombiner, moved to Generic. 2010-07-06-DbgCrash.ll and 2006-10-02-BoolRetCrash.ll: Bugfixes in X86, run tests with X86 backend.
1 parent d808f15 commit f231d3d

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

llvm/test/CodeGen/X86/extractelement-shuffle.ll renamed to llvm/test/CodeGen/Generic/extractelement-shuffle.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
; RUN: llc < %s
2-
; REQUIRES: default_triple
32

43
; Examples that exhibits a bug in DAGCombine. The case is triggered by the
54
; following program. The bug is DAGCombine assumes that the bit convert

llvm/test/CodeGen/X86/2006-10-02-BoolRetCrash.ll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
; RUN: llc < %s
1+
; RUN: llc -march=x86 < %s
22
; PR933
3-
; REQUIRES: default_triple
43

54
define fastcc i1 @test() {
65
ret i1 true

llvm/test/CodeGen/X86/2010-07-06-DbgCrash.ll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
; RUN: llc -O0 -relocation-model pic < %s -o /dev/null
2-
; REQUIRES: default_triple
1+
; RUN: llc -mtriple=x86_64-- -O0 -relocation-model pic < %s -o /dev/null
32
; PR7545
43

54
@.str = private constant [4 x i8] c"one\00", align 1 ; <ptr> [#uses=1]

0 commit comments

Comments
 (0)