mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-14 01:20:40 +00:00
Do run ComputeLiveOutVRegInfo with -fast.
llvm-svn: 52975
This commit is contained in:
parent
ca864de95a
commit
9a960dc2b2
@ -5347,7 +5347,7 @@ void SelectionDAGISel::CodeGenAndEmitDAG(SelectionDAG &DAG) {
|
||||
|
||||
if (ViewISelDAGs) DAG.viewGraph();
|
||||
|
||||
if (EnableValueProp) // FIXME: Only do this if !fast.
|
||||
if (!FastISel && EnableValueProp)
|
||||
ComputeLiveOutVRegInfo(DAG);
|
||||
|
||||
// Third, instruction select all of the operations to machine code, adding the
|
||||
|
Loading…
x
Reference in New Issue
Block a user