brintos

brintos / llvm-project-archived public Read only

0
0
Text · 288 B · cccd9eb Raw
11 lines · plain
1; RUN: llc < %s -O0 -verify-machineinstrs -mtriple=thumbv7-apple-darwin2; RUN: llc < %s -O0 -verify-machineinstrs -mtriple=armv7-linux-gnueabi3; rdar://95150764; (Make sure this doesn't crash.)5 6define i32 @test(i32 %i) {7  %t = trunc i32 %i to i48  %r = sext i4 %t to i329  ret i32 %r10}11