Skip to content
Snippets Groups Projects
Commit bde96882 authored by Chris Lattner's avatar Chris Lattner
Browse files

new testcase

llvm-svn: 37245
parent b6af1aae
No related branches found
No related tags found
No related merge requests found
; RUN: llvm-as < %s | llc | not grep slwi
define i32 @test(i32 %A, i32 %B) {
%C = sub i32 %B, %A
%D = icmp eq i32 %C, %A
br i1 %D, label %T, label %F
T:
ret i32 19123
F:
ret i32 %C
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment