Duplicate :
|
|
Relates :
|
|
Relates :
|
This improvement will greatly aid the concurrency testing. The possible idea is: - LCM schedules the instructions within the basic block, choosing the schedule based on the node inputs, latency, etc; we can hijack the selection process and randomize the choice. - GCM selects the basic block up the dominator tree with the best latency to fit the Node in; we can hijack this and randomize the placement.
|