Patch to fix a crash in the PowerPC back end due to ISD::ROTL and ISD::ROTR
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Wed, 2 Dec 2015 10:36:24 +0000 (10:36 +0000)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Wed, 2 Dec 2015 10:36:24 +0000 (10:36 +0000)
commit8364ade5d93474e14943675f122e0f69c976ff55
tree3661e862c695b13da4307f7828d73e9d1f07fcef
parent044b4b4a4327c5a84e1c5a0560612e2ee7e0846a
Patch to fix a crash in the PowerPC back end due to ISD::ROTL and ISD::ROTR
not being expanded. Test case included.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254501 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp
test/CodeGen/PowerPC/rotl-rotr-crash.ll [new file with mode: 0644]