[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / Hexagon / inline-asm-i1.ll
blobee5a415b1055923e81c31ed6ed6f92faa4f378c7
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; CHECK: r[[REG0:[0-9]+]] = usr
3 ; CHECK: [[REG0]] = insert(r{{[0-9]+}},#1,#16)
5 target triple = "hexagon"
7 define hidden void @fred() #0 {
8 entry:
9   %0 = call { i32, i32 } asm sideeffect " $0 = usr\0A $1 = $2\0A $0 = insert($1, #1, #16)\0Ausr = $0 \0A", "=&r,=&r,r"(i1 undef) #1
10   ret void
13 attributes #0 = { nounwind "target-cpu"="hexagonv60" }
14 attributes #1 = { nounwind }