brintos

brintos / llvm-project-archived public Read only

0
0
Text · 385 B · 1cb691c Raw
16 lines · plain
1; RUN: llc -mtriple=hexagon < %s | FileCheck %s2; CHECK: r{{[0-9:]+}} = #03 4; Function Attrs: nounwind readnone5define i32 @f0() #0 {6b0:7  %v0 = tail call i64 @llvm.hexagon.S4.extractp(i64 -1, i32 0, i32 1)8  %v1 = trunc i64 %v0 to i329  ret i32 %v110}11 12; Function Attrs: nounwind readnone13declare i64 @llvm.hexagon.S4.extractp(i64, i32, i32) #014 15attributes #0 = { nounwind readnone }16