summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/p9-dform-load-alignment.ll
Commit message (Collapse)AuthorAgeFilesLines
* [PowerPC] Folding XForm to DForm loads requires alignment for some DForm loads.Stefan Pintilie2018-10-011-0/+16
Going from XForm Load to DSForm Load requires that the immediate be 4 byte aligned. If we are not aligned we must leave the load as LDX (XForm). This bug is causing a compile-time failure in the benchmark h264ref. Differential Revision: https://reviews.llvm.org/D51988 llvm-svn: 343525
OpenPOWER on IntegriCloud