blob: 273e67e7e4bb3d3cb1b75d8feacc03a34e4027c7 [file] [log] [blame]
Eli Friedmana4d487f2011-05-27 18:02:04 +00001; RUN: llc < %s -O0 -mtriple=thumbv7-apple-darwin
2; rdar://9515076
3; (Make sure this doesn't crash.)
4
5define i32 @test(i32 %i) {
6 %t = trunc i32 %1 to i4
7 %r = sext i4 %t to i32
8 ret i32 %r
9}