]> granicus.if.org Git - llvm/commit
Merging r295762:
authorHans Wennborg <hans@hanshq.net>
Thu, 23 Feb 2017 18:39:15 +0000 (18:39 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 23 Feb 2017 18:39:15 +0000 (18:39 +0000)
commit8de5c2160ffb77667e78349bd66f379cc70240ea
tree73e14807b8d8f13a57e108bb7f674999de31c2b7
parentd8ff05ed89db063d6f7b8b81d02bdf6947a6b9bf
Merging r295762:
------------------------------------------------------------------------
r295762 | eugenis | 2017-02-21 12:17:34 -0800 (Tue, 21 Feb 2017) | 3 lines

Fix PR31896.

Address of an alias of a global with offset is incorrectly lowered as an address of the global (i.e. ignoring offset).
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_40@296002 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp
test/CodeGen/ARM/alias_store.ll [new file with mode: 0644]