summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/alias_store.ll
Commit message (Collapse)AuthorAgeFilesLines
* Use .set instead of = when printing assignment in assembly outputKrzysztof Parzyszek2018-03-271-1/+1
| | | | | | | | | On Hexagon "x = y" is a syntax used in most instructions, and is not treated as a directive. Differential Revision: https://reviews.llvm.org/D44256 llvm-svn: 328635
* Fix PR31896.Evgeniy Stepanov2017-02-211-0/+16
Address of an alias of a global with offset is incorrectly lowered as an address of the global (i.e. ignoring offset). llvm-svn: 295762
OpenPOWER on IntegriCloud