[all-commits] [llvm/llvm-project] c025bd: [TableGen, GlobalISel] Use MapVector to stabilize i...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Jun 19 17:21:45 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c025bd1fdbbdbe76c450eb08ebd8649fb3179d5a
https://github.com/llvm/llvm-project/commit/c025bd1fdbbdbe76c450eb08ebd8649fb3179d5a
Author: Fangrui Song <i at maskray.me>
Date: 2024-06-19 (Wed, 19 Jun 2024)
Changed paths:
M llvm/utils/TableGen/GlobalISelCombinerEmitter.cpp
Log Message:
-----------
[TableGen,GlobalISel] Use MapVector to stabilize iteration order
Otherwise llvm/test/TableGen/GlobalISelCombinerEmitter/type-inference.td
could fail when llvm::hash_value(StringRef) changes.
Fix #66377
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list