[TableGen][GlobalISel] Use MapVector to stabilize iteration order after D153757
authorFangrui Song <i@maskray.me>
Thu, 20 Jul 2023 04:21:26 +0000 (21:21 -0700)
committerFangrui Song <i@maskray.me>
Thu, 20 Jul 2023 04:21:26 +0000 (21:21 -0700)
commit6de2735c2428789f99a26bee66030ddfb0841b9e
treeae63d4a479343a07d04178bbe072b94748d2aaa7
parent8da7abb1f847a30df808630dedaab9a2b5e63e63
[TableGen][GlobalISel] Use MapVector to stabilize iteration order after D153757

StringMap iteration order is not guaranteed to be deterministic
(https://llvm.org/docs/ProgrammersManual.html#llvm-adt-stringmap-h).
llvm/utils/TableGen/GlobalISelCombinerMatchTableEmitter.cpp