The previous sort comparator was not deterministic, i.e. in some
situations it would be possible for lhs < rhs && rhs < lhs. This was
discovered by an STL assertion in a Windows debug build of llvm-tblgen.
Details
Details
Diff Detail
Diff Detail
Differential D58687
[TableGen] Make OpcodeMappings sort comparator deterministic NFCI ClosedPublic Authored by andrewng on Feb 26 2019, 10:22 AM.
Details Summary The previous sort comparator was not deterministic, i.e. in some
Diff Detail Event TimelineThis revision is now accepted and ready to land.Feb 26 2019, 10:38 AM Closed by commit rL354910: [TableGen] Make OpcodeMappings sort comparator deterministic NFCI (authored by anng). · Explain WhyFeb 26 2019, 10:50 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 188410 utils/TableGen/CodeGenSchedule.cpp
|