[llvm-commits] [llvm] r55817 - /llvm/trunk/lib/CodeGen/SelectionDAG/ScheduleDAGEmit.cpp

Rafael Espindola espindola at google.com
Fri Sep 5 08:05:16 PDT 2008


2008/9/5 Dan Gohman <gohman at apple.com>:
> Author: djg
> Date: Thu Sep  4 20:07:48 2008
> New Revision: 55817
>
> URL: http://llvm.org/viewvc/llvm-project?rev=55817&view=rev
> Log:
> In FastISel mode, the scheduler may be invoked multiple times
> in the same block. Fix the entry-block handling to only run at
> at the beginning of the entry block, and not any other times.

This broke non-FastISel mode: http://llvm.org/bugs/show_bug.cgi?id=2770

Cheers,
-- 
Rafael Avila de Espindola

Google | Gordon House | Barrow Street | Dublin 4 | Ireland
Registered in Dublin, Ireland | Registration Number: 368047



More information about the llvm-commits mailing list