summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/unaligned_load_store_vfp.ll
Commit message (Collapse)AuthorAgeFilesLines
* ARM: make sure VFP loads and stores are properly aligned.Tim Northover2015-10-261-0/+98
Both VLDRS and VLDRD fault if the memory is not 4 byte aligned, which wasn't really being checked before, leading to faults at runtime. llvm-svn: 251352
OpenPOWER on IntegriCloud