[llvm-commits] [llvm] r72325 - in /llvm/trunk: include/llvm/CodeGen/SelectionDAG.h lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

Howard Su howard0su at gmail.com
Sun May 24 02:10:13 PDT 2009


please update CMakefile.

On Sat, May 23, 2009 at 8:35 PM, Eli Friedman <eli.friedman at gmail.com>wrote:

> Author: efriedma
> Date: Sat May 23 07:35:30 2009
> New Revision: 72325
>
> URL: http://llvm.org/viewvc/llvm-project?rev=72325&view=rev
> Log:
> Add a new step to legalization to legalize vector math operations.  This
> will allow simplifying LegalizeDAG to eliminate type legalization.  (I
> have a patch to do that, but it's not quite finished; I'll commit it
> once it's finished and I've fixed any review comments for this patch.)
> See the comment at the beginning of
> lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp for more details on the
> motivation for this patch.
>
>
> Added:
>    llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
>


-- 
-Howard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090524/150524d3/attachment.html>


More information about the llvm-commits mailing list