1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/test/CodeGen/Hexagon/base-offset-addr.ll
serge-sans-paille 73bc91a5e6 Revert "[NFC] remove explicit default value for strboolattr attribute in tests"
This reverts commit bda6e5bee04c75b1f1332b4fd1ac4e8ef6c3c247.

See https://lab.llvm.org/buildbot/#/builders/109/builds/15424 for instance
2021-05-24 19:43:40 +02:00

16 lines
572 B
LLVM

; RUN: llc -march=hexagon -enable-aa-sched-mi < %s
; REQUIRES: asserts
; Make sure the base is a register and not an address.
define fastcc void @Get_lsp_pol(i32* nocapture %f) #0 {
entry:
%f5 = alloca i32, align 4
%arrayidx103 = getelementptr inbounds i32, i32* %f, i32 4
store i32 0, i32* %arrayidx103, align 4
%f5.0.load185 = load volatile i32, i32* %f5, align 4
ret void
}
attributes #0 = { nounwind "less-precise-fpmad"="false" "frame-pointer"="all" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }