[all-commits] [llvm/llvm-project] 6de273: [TableGen][GlobalISel] Use MapVector to stabilize ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Jul 19 21:21:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6de2735c2428789f99a26bee66030ddfb0841b9e
https://github.com/llvm/llvm-project/commit/6de2735c2428789f99a26bee66030ddfb0841b9e
Author: Fangrui Song <i at maskray.me>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M llvm/utils/TableGen/GlobalISelCombinerMatchTableEmitter.cpp
Log Message:
-----------
[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).
More information about the All-commits
mailing list