SmallSet may use operator < when we insert MIRef elements, so we
cannot limit the comparison between different BBs.
We alow MIRef() to be less that any initialized MIRef object, otherwise,
we always reture false when compare between different BBs.
Differential D101039
[X86][AMX][NFC] Remove assert for comparison between different BBs. pengfei on Apr 22 2021, 2:37 AM. Authored by
Details SmallSet may use operator < when we insert MIRef elements, so we We alow MIRef() to be less that any initialized MIRef object, otherwise,
Diff Detail
Event TimelineComment Actions I don't have a small case. On another hand, removing assert supposes to be NFC. The previous functionality still be checked by existing tests. |