Xamarin Public Jenkins (auto-signing) 64ac736ec5 Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
2019-04-12 14:10:50 +00:00

20 lines
501 B
LLVM

; RUN: llc -march=hexagon < %s | FileCheck %s
; CHECK-LABEL: foo:
; CHECK: memh(r0+#0){{.*}}={{.*}}#-2
; Don't use memh(r0+#0)=##65534.
target datalayout = "e-m:e-p:32:32-i1:32-i64:64-a:0-v32:32-n16:32"
target triple = "hexagon"
; Function Attrs: nounwind
define void @foo(i16* nocapture %s) #0 {
entry:
%0 = bitcast i16* %s to i8*
store i8 -2, i8* %0, align 2
%add.ptr = getelementptr inbounds i8, i8* %0, i32 1
store i8 -1, i8* %add.ptr, align 1
ret void
}
attributes #0 = { nounwind }