mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-18 11:20:03 +00:00
Disable commit 134216 ("Add 134199 back, but disable the optimization when the second
copy is a kill") to see if it fixes the i386 dragonegg buildbot, which is timing out because gcc built with dragonegg is going into an infinite loop. llvm-svn: 134237
This commit is contained in:
parent
f143a222d0
commit
cfea0dd707
@ -1203,6 +1203,7 @@ static bool RegistersDefinedFromSameValue(LiveIntervals &li,
|
||||
VNInfo *VNI,
|
||||
LiveRange *LR,
|
||||
SmallVector<MachineInstr*, 8> &DupCopies) {
|
||||
return false; // To see if this fixes the i386 dragonegg buildbot miscompile.
|
||||
// FIXME: This is very conservative. For example, we don't handle
|
||||
// physical registers.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user