brintos

brintos / llvm-project-archived public Read only

0
0
Text · 214 B · ac3dd78 Raw
11 lines · plain
1; RUN: llc < %s -mtriple=i686-- | FileCheck %s2 3; CHECK-NOT: movl4 5define zeroext i8 @t(i8 zeroext  %x, i8 zeroext  %y)   {6	%tmp2 = add i8 %x, 27	%tmp4 = add i8 %y, -28	%tmp5 = mul i8 %tmp4, %tmp29	ret i8 %tmp510}11