[llvm-commits] [llvm] r82311 - in /llvm/trunk: lib/CodeGen/SelectionDAG/ lib/Target/ARM/ lib/Target/Alpha/ lib/Target/MSP430/ lib/Target/Mips/ lib/Target/PIC16/ lib/Target/PowerPC/ lib/Target/Sparc/ lib/Target/SystemZ/ lib/Target/X86/ lib/Target/XCore/ test/CodeGen/X86/
Chris Lattner
clattner at apple.com
Sat Sep 19 11:22:04 PDT 2009
On Sep 19, 2009, at 2:51 AM, Evan Cheng wrote:
> Author: evancheng
> Date: Sat Sep 19 04:51:03 2009
> New Revision: 82311
>
> URL: http://llvm.org/viewvc/llvm-project?rev=82311&view=rev
> Log:
> Fix PR4926. When target hook EmitInstrWithCustomInserter() insert
> new basic blocks and update CFG, it should also inform sdisel of the
> changes so the phi source operands will come from the right basic
> blocks.
Would it be possible for the machine code verifier to catch bugs like
this?
-Chris
More information about the llvm-commits
mailing list