brintos

brintos / llvm-project-archived public Read only

0
0
Text · 376 B · 698d1ac Raw
18 lines · plain
1; RUN: llc -mtriple=hexagon -mcpu=hexagonv73 < %s | FileCheck %s2 3target triple = "hexagon"4 5; CHECK-LABEL: test1:6; CHECK: r0 = mask(#25,#2)7; Function Attrs: optsize8define i32 @test1() #1 {9entry:10  %0 = call i32 @llvm.hexagon.A2.tfr(i32 134217724)11  ret i32 %012}13 14declare i32 @llvm.hexagon.A2.tfr(i32) #015 16attributes #0 = { nounwind readnone }17attributes #1 = { optsize }18