This change will allow loads with imp-def to be clustered in machine-scheduler pass.
areMemAccessesTriviallyDisjoint() can also handle loads with imp-def.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Hi Jun,
I think you should probably be checking MI->getNumExplicitOperands() instead. Other than that it looks like a reasonable change to me.
Tim.