[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / CodeGen / Hexagon / M4_mpyri_addi_global.ll
blobac4083ba37598758ad43efefebf2eb66da1d549e
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; CHECK: r{{[0-9]+}} = add(##g0,mpyi(r{{[0-9]+}},#24))
4 %s.0 = type { i32, i32, i32, i32, i32, i8 }
6 @g0 = common global [2 x %s.0] zeroinitializer, align 8
8 declare void @f0(ptr)
10 ; Function Attrs: nounwind readnone
11 define void @f1(i32 %a0) #0 {
12 b0:
13   %v0 = getelementptr inbounds [2 x %s.0], ptr @g0, i32 0, i32 %a0
14   call void @f0(ptr %v0) #1
15   ret void
18 attributes #0 = { nounwind readnone }
19 attributes #1 = { nounwind }