| commit | 1f51c334ca0e41424d4e821c9a63896c5cfe68ab | [log] [tgz] |
|---|---|---|
| author | Nirav Dave <niravd@google.com> | Fri Apr 15 15:01:38 2016 +0000 |
| committer | Nirav Dave <niravd@google.com> | Fri Apr 15 15:01:38 2016 +0000 |
| tree | b5cbe8160876a4d1ff2f96489bebb868a2100e34 | |
| parent | 4c5bd58ebecd3aada7cebd37db8ff94f0b44770a [diff] |
Fix typing on generated LXV2DX/STXV2DX instructions [PPC] Previously when casting generic loads to LXV2DX/ST instructions we would leave the original load return type in place allowing for an assertion failure when we merge two equivalent LXV2DX nodes with different types. This fixes PR27350. Reviewers: nemanjai Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D19133 llvm-svn: 266438