[HLSL] Implement RWBuffer::operator[] via __builtin_hlsl_resource_getpointer (#117017)
[llvm-project.git] / llvm / test / CodeGen / Hexagon / mpysin-imm.ll
blobacb7e3fbe4275a6dd8cc61fa0403c2e7d6a589ed
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; M2_mpysin takes 8-bit unsigned immediates and is not extendable.
3 ; CHECK-NOT: = -mpyi(r{{[0-9]*}},#1536)
5 target triple = "hexagon-unknown--elf"
7 @g0 = common global i32 0, align 4
9 ; Function Attrs: nounwind
10 define i32 @f0(i32 %a0) #0 {
11 b0:
12   %v0 = mul nsw i32 %a0, 1536
13   store i32 %v0, ptr @g0, align 4
14   %v1 = sub nsw i32 0, %v0
15   ret i32 %v1
18 attributes #0 = { nounwind }