llvm-project
31b85c6e - [SandboxVec][Interval] Implement Interval::comesBefore() (#112026)

Commit
1 year ago
[SandboxVec][Interval] Implement Interval::comesBefore() (#112026) This patch implements `Interval::comesBefore(const Interval &Other)` which returns true if this interval is strictly before Other in program order. The function asserts that the intervals are disjoint.
Author
vporpo
Parents
Loading