Add vector shifts to the IR, patch by Eli Friedman.
authorNate Begeman <natebegeman@mac.com>
Tue, 29 Jul 2008 15:49:41 +0000 (15:49 +0000)
committerNate Begeman <natebegeman@mac.com>
Tue, 29 Jul 2008 15:49:41 +0000 (15:49 +0000)
commit5bc1ea0736a5785ed596d58beeff2ab23909e33d
tree873c527b697e72ea9a3cc6b65f14717777db584a
parent75cf9cc527c6ef3097dcefab173e93716a5a3e4a
Add vector shifts to the IR, patch by Eli Friedman.
CodeGen & Clang work coming next.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54161 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.html
lib/AsmParser/llvmAsmParser.cpp.cvs
lib/AsmParser/llvmAsmParser.h.cvs
lib/AsmParser/llvmAsmParser.y
lib/AsmParser/llvmAsmParser.y.cvs
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/VMCore/Instructions.cpp
lib/VMCore/Verifier.cpp
test/Assembler/vector-shift.ll [new file with mode: 0644]