[llvm-commits] [llvm] r90108 - in /llvm/trunk: include/llvm/CodeGen/SelectionDAG.h lib/CodeGen/SelectionDAG/LegalizeTypes.cpp lib/CodeGen/SelectionDAG/LegalizeTypes.h lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp lib/CodeGen/SelectionDAG/SelectionDAG.cpp lib/Target/X86/X86ISelLowering.cpp

Chris Lattner clattner at apple.com
Mon Nov 30 13:02:40 PST 2009


On Nov 30, 2009, at 12:44 PM, Mon Ping Wang wrote:
>
> If the machine supported a vector divide, it would be more efficient  
> to copy the last value to the 4th element and then do the divide.   
> For X86, there is no vector divide so it seems cleaner to me to do  
> it this way.

Oh ok, thanks!

-Chris



More information about the llvm-commits mailing list