[all-commits] [llvm/llvm-project] fbb725: [X86PreAMXConfig] Use MapVector to fix non-determi...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jun 22 07:57:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fbb72530fe80a95678a7d643d7a3f5ee8d693c93
https://github.com/llvm/llvm-project/commit/fbb72530fe80a95678a7d643d7a3f5ee8d693c93
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-06-22 (Wed, 22 Jun 2022)
Changed paths:
M llvm/lib/Target/X86/X86PreAMXConfig.cpp
Log Message:
-----------
[X86PreAMXConfig] Use MapVector to fix non-determinism
We generate code by iterating over this map, so make sure that the
order is deterministic.
More information about the All-commits
mailing list