Skip to content

Fix some X86 tests #101944

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
; RUN: llc < %s
; REQUIRES: default_triple

; Examples that exhibits a bug in DAGCombine. The case is triggered by the
; following program. The bug is DAGCombine assumes that the bit convert
Expand Down
3 changes: 1 addition & 2 deletions llvm/test/CodeGen/X86/2006-10-02-BoolRetCrash.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
; RUN: llc < %s
; RUN: llc -march=x86 < %s
; PR933
; REQUIRES: default_triple

define fastcc i1 @test() {
ret i1 true
Expand Down
3 changes: 1 addition & 2 deletions llvm/test/CodeGen/X86/2010-07-06-DbgCrash.ll
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
; RUN: llc -O0 -relocation-model pic < %s -o /dev/null
; REQUIRES: default_triple
; RUN: llc -mtriple=x86_64-- -O0 -relocation-model pic < %s -o /dev/null
; PR7545

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