[llvm-commits] [llvm] r54161 - in /llvm/trunk: 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

Nate Begeman natebegeman at mac.com
Tue Jul 29 09:27:28 PDT 2008


On Jul 29, 2008, at 9:10 AM, Duncan Sands wrote:

> Hi,
>
>> Add vector shifts to the IR, patch by Eli Friedman.
>
> how are these defined?  Does it mean shifting
> each element independently?

Yes.  I'll update the LangRef to be more clear re: vector behavior.

Nate




More information about the llvm-commits mailing list