[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / Hexagon / bug9049.ll
blobe6c92d9cda61b1b707a8e81efa25508137905027
1 ; RUN: llc -march=hexagon -O0 < %s | FileCheck %s
3 target triple = "hexagon-unknown-linux-gnu"
5 ; Function Attrs: nounwind
6 define void @f0() #0 {
7 b0:
8   %v0 = alloca i32, align 4
9   %v2 = load i64, ptr %v0, align 8
10 ; CHECK:        call f1
11   %v3 = call i32 @f1(i64 %v2)
12   unreachable
15 ; Function Attrs: inlinehint nounwind
16 declare i32 @f1(i64) #1
18 attributes #0 = { nounwind "target-cpu"="hexagonv55" }
19 attributes #1 = { inlinehint nounwind }