[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / CodeGen / Hexagon / mask.ll
blob698d1ac26d2481bdaa5fe4aacf32ed5d2ab85bff
1 ; RUN: llc -mtriple=hexagon -mcpu=hexagonv73 < %s | FileCheck %s
3 target triple = "hexagon"
5 ; CHECK-LABEL: test1:
6 ; CHECK: r0 = mask(#25,#2)
7 ; Function Attrs: optsize
8 define i32 @test1() #1 {
9 entry:
10   %0 = call i32 @llvm.hexagon.A2.tfr(i32 134217724)
11   ret i32 %0
14 declare i32 @llvm.hexagon.A2.tfr(i32) #0
16 attributes #0 = { nounwind readnone }
17 attributes #1 = { optsize }