[llvm-commits] [llvm] r131705 - /llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

Jakob Stoklund Olesen stoklund at 2pi.dk
Thu May 19 17:46:59 PDT 2011


On May 19, 2011, at 4:44 PM, Cameron Zwarich wrote:

> Author: zwarich
> Date: Thu May 19 18:44:34 2011
> New Revision: 131705
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=131705&view=rev
> Log:
> Fix PR9955 by only attaching load memory operands to load instructions and
> similarly for stores. Now "make check" passes with the MachineVerifier forced
> on with the VerifyCoalescing option!

Woot!

Do you know how slow the verifier is compared to, say, register coalescing? It may be worthwhile to run at least one pass in +Asserts builds.

/jakob





More information about the llvm-commits mailing list