Files
llvm/test/CodeGen/PowerPC
Kyle Butt 011a826e4f CodeGen: Power: Add lowering for shifts of v1i128.
When legalizing vector operations on vNi128, they will be split to v1i128
because that is a legal type on ppc64, but then the compiler will crash in
selection dag because it fails to select for these operations. This patch fixes
shift operations. Logical shift right and left shift can be performed in the
vector unit, but algebraic shift right requires being split.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303307 91177308-0d34-0410-b5e6-96231b3b80d8
2017-05-17 21:54:41 +00:00
..
2015-07-28 20:38:29 +00:00
2016-10-19 16:58:59 +00:00
2016-02-29 16:42:27 +00:00
2017-01-22 20:28:56 +00:00
2017-01-22 20:28:56 +00:00