[all-commits] [llvm/llvm-project] bf2f9d: [TableGen] Make OpcodeMappings sort comparator str...
Daniel Kutenin via All-commits
all-commits at lists.llvm.org
Tue Aug 29 13:55:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf2f9d2b64b82d4deeb96b2ad44e53e84a4536ea
https://github.com/llvm/llvm-project/commit/bf2f9d2b64b82d4deeb96b2ad44e53e84a4536ea
Author: Danila Kutenin <kutdanila at yandex.ru>
Date: 2023-08-29 (Tue, 29 Aug 2023)
Changed paths:
M llvm/utils/TableGen/CodeGenSchedule.cpp
Log Message:
-----------
[TableGen] Make OpcodeMappings sort comparator strict weak ordering compliant
This did not satisfy equivalence of transitivity. There was an attempt
to fix it in https://reviews.llvm.org/D58687 but it was not fully
correct. Masks might not be equivalent but be equal according to LessThan lambda
Reviewed By: aeubanks, MaskRay
Differential Revision: https://reviews.llvm.org/D157955
More information about the All-commits
mailing list