Fix for PR1613: added 64-bit rotate left PPC instructions and patterns.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 4 Sep 2007 20:20:29 +0000 (20:20 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 4 Sep 2007 20:20:29 +0000 (20:20 +0000)
commit67c906dce729d64861af8ca708f5e19d6a058b35
tree38be9b8cc6dbcba20b19b37b91717a30ceaf7e1d
parent425e8c7eaee57e3c9dab6701bf2ae6872beab628
Fix for PR1613: added 64-bit rotate left PPC instructions and patterns.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41711 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCInstr64Bit.td
test/CodeGen/PowerPC/rotl-64.ll [new file with mode: 0644]