[all-commits] [llvm/llvm-project] 993eaf: Recommit [TableGen][SchedModels] Fix read/write va...
eleviant via All-commits
all-commits at lists.llvm.org
Fri Dec 4 10:50:55 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 993eaf2d69d8beb97e4695cbd919b927ed1cfe86
https://github.com/llvm/llvm-project/commit/993eaf2d69d8beb97e4695cbd919b927ed1cfe86
Author: Evgeny Leviant <eleviant at accesssoftek.com>
Date: 2020-12-04 (Fri, 04 Dec 2020)
Changed paths:
M llvm/lib/Target/ARM/ARMScheduleA57.td
A llvm/test/CodeGen/ARM/cortex-a57-misched-mla.mir
M llvm/utils/TableGen/CodeGenSchedule.cpp
M llvm/utils/TableGen/CodeGenSchedule.h
Log Message:
-----------
Recommit [TableGen][SchedModels] Fix read/write variant substitution
Original commit rG112b3cb6ba49 introduced non-determinism in subtarget
generator due to iteration over DenseMap. New patch fixes this changing
ProcModelMapTy from DenseMap to std::map.
More information about the All-commits
mailing list