mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 22:04:55 +00:00
f2f6ce65b7
input filename so that opt doesn't print the input filename in the output so that grep lines in the tests don't unintentionally match strings in the input filename. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81537 91177308-0d34-0410-b5e6-96231b3b80d8
27 lines
609 B
LLVM
27 lines
609 B
LLVM
; RUN: opt < %s -tailduplicate | llc
|
|
; PR2323
|
|
|
|
define i32 @func_27(i32 %p_28) nounwind {
|
|
entry:
|
|
%tmp125 = trunc i32 %p_28 to i8 ; <i8> [#uses=1]
|
|
%tmp5.i = icmp eq i8 %tmp125, 0 ; <i1> [#uses=1]
|
|
br i1 %tmp5.i, label %bb8.i, label %bb.i
|
|
|
|
bb.i: ; preds = %entry
|
|
br label %bb39.i
|
|
|
|
bb8.i: ; preds = %entry
|
|
br label %bb11.i
|
|
|
|
bb11.i: ; preds = %bb39.i, %bb8.i
|
|
%tmp126 = trunc i32 %p_28 to i8 ; <i8> [#uses=1]
|
|
br label %bb39.i
|
|
|
|
bb39.i: ; preds = %bb11.i, %bb.i
|
|
%tmp127 = trunc i32 %p_28 to i8 ; <i8> [#uses=1]
|
|
br label %bb11.i
|
|
|
|
func_29.exit: ; No predecessors!
|
|
ret i32 undef
|
|
}
|