[llvm-commits] [llvm] r117558 - in /llvm/trunk: lib/CodeGen/SelectionDAG/DAGCombiner.cpp test/CodeGen/ARM/vmla.ll

Chris Lattner clattner at apple.com
Thu Oct 28 10:09:42 PDT 2010


On Oct 28, 2010, at 10:06 AM, Bob Wilson wrote:

> Author: bwilson
> Date: Thu Oct 28 12:06:14 2010
> New Revision: 117558
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=117558&view=rev
> Log:
> Teach the DAG combiner to fold a splat of a splat.  Radar 8597790.
> Also do some minor refactoring to reduce indentation.

Hi Bob, isn't this something that instcombine can do?

-Chris




More information about the llvm-commits mailing list