[llvm-commits] [llvm] r140428 - in /llvm/trunk: lib/CodeGen/TwoAddressInstructionPass.cpp test/CodeGen/X86/twoaddr-sink-terminator.ll

Jakob Stoklund Olesen stoklund at 2pi.dk
Fri Sep 23 15:48:55 PDT 2011


On Sep 23, 2011, at 3:41 PM, Eli Friedman wrote:

> Author: efriedma
> Date: Fri Sep 23 17:41:57 2011
> New Revision: 140428
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=140428&view=rev
> Log:
> PR10998: It is not legal to sink an instruction past the terminator of a block; make sure we don't do that.

Thanks, Eli.

I added a machine code verifier check for terminator continuity.

/jakob




More information about the llvm-commits mailing list