Skip to content

Commit 490431e

Browse files
committed
Fix for Instcombine LIT tests
1 parent 4689e59 commit 490431e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

llvm/test/Transforms/InstCombine/2008-01-06-CastCrash.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: opt < %s -passes=instcombine -disable-output
1+
; RUN: opt < %s -opaque-pointers -passes=instcombine -disable-output
22

33
define <2 x i32> @f() {
44
ret <2 x i32> undef

llvm/test/Transforms/InstCombine/cast-callee-deopt-bundles.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: opt -passes=instcombine -S < %s | FileCheck %s
1+
; RUN: opt -opaque-pointers -passes=instcombine -S < %s | FileCheck %s
22

33
declare void @foo(i32)
44

llvm/test/Transforms/InstCombine/musttail-thunk.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
; RUN: opt -instcombine -S < %s | FileCheck %s
2-
; RUN: opt -debugify-each -instcombine -S < %s | FileCheck %s
1+
; RUN: opt -opaque-pointers -instcombine -S < %s | FileCheck %s
2+
; RUN: opt -opaque-pointers -debugify-each -instcombine -S < %s | FileCheck %s
33

44
; These are both direct calls, but make sure instcombine leaves the casts
55
; alone.

0 commit comments

Comments
 (0)