brintos

brintos / llvm-project-archived public Read only

0
0
Text · 319 B · e15fb26 Raw
17 lines · plain
1target triple = "thumbv7-linux-gnueabihf"2 3define i32 @foo(i32 %a, i32 %b) #0 {4entry:5  %add = add i32 %a, %b6  ret i32 %add7}8 9define i32 @bar(i32 %a, i32 %b) #1 {10entry:11  %add = add i32 %a, %b12  ret i32 %add13}14 15attributes #0 = { "target-features"="-thumb-mode" }16attributes #1 = { "target-features"="+thumb-mode" }17