1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/test/CodeGen/Hexagon/lcomm.ll
Krzysztof Parzyszek 66abdd815e [Hexagon] Add more lit tests
llvm-svn: 327271
2018-03-12 14:01:28 +00:00

16 lines
277 B
LLVM

; RUN: llc -march=hexagon < %s | FileCheck %s
; CHECK-NOT: .lcomm g0,4,4,4
target triple = "hexagon"
@g0 = internal global i32 0, align 4
; Function Attrs: nounwind
define i32 @f0() #0 {
b0:
%v0 = load i32, i32* @g0, align 4
ret i32 %v0
}
attributes #0 = { nounwind }