search for: 390b6d2

Displaying 1 result from an estimated 1 matches for "390b6d2".

Did you mean: 39062
2015 Jul 01
3
[LLVMdev] MIScheduler + AA: Missed scheduling opportunity in MIsNeedChainEdge. Bug?
...ullptr), behavior should be unchanged. - Otherwise, isUnsafeMemoryObject should not test for identified objects. - A minimal patch appears at the end of this email. Thanks, Nick Johnson D. E. Shaw Research diff --git a/lib/CodeGen/ScheduleDAGInstrs.cpp b/lib/CodeGen/ScheduleDAGInstrs.cpp index 390b6d2..fcf43ca 100644 --- a/lib/CodeGen/ScheduleDAGInstrs.cpp +++ b/lib/CodeGen/ScheduleDAGInstrs.cpp @@ -475,7 +475,8 @@ static inline bool isGlobalMemoryObject(AliasAnalysis *AA, MachineInstr *MI) { // to deal with (i.e. volatile object). static inline bool isUnsafeMemoryObject(MachineInstr *MI,...