Files
clang-p2996/llvm/test/CodeGen/PowerPC
Nemanja Ivanovic 3c7e276d24 [PowerPC] Ensure displacements for DQ-Form instructions are multiples of 16
As outlined in the PR, we didn't ensure that displacements for DQ-Form
instructions are multiples of 16. Since the instruction encoding encodes
a quad-word displacement, a sub-16 byte displacement is meaningless and
ends up being encoded incorrectly.

Fixes https://bugs.llvm.org/show_bug.cgi?id=33671.

Differential Revision: https://reviews.llvm.org/D35007

llvm-svn: 307934
2017-07-13 18:17:10 +00:00
..
2016-10-19 16:58:59 +00:00
2017-05-21 06:00:05 +00:00
2017-01-22 20:28:56 +00:00
2017-06-20 18:43:14 +00:00