The recently added Instruction::comesBefore can be used instead of
maintaining a separate odereding in OrderedInstructions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
The recently added Instruction::comesBefore can be used instead of
maintaining a separate odereding in OrderedInstructions.
To be clear, OrderedInstructions does not maintain a separate ordering anymore, it's just a thin wrapper around Instruction::comesBefore() (for the local case, which is the only thing we're using here.)