[all-commits] [llvm/llvm-project] 78caf4: [SchedModels] Limit set of predicates seen by mutu...
eleviant via All-commits
all-commits at lists.llvm.org
Tue Nov 24 01:44:29 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 78caf4f1bb13c4cf2af3ee9d9f8ff16f67a177c7
https://github.com/llvm/llvm-project/commit/78caf4f1bb13c4cf2af3ee9d9f8ff16f67a177c7
Author: Evgeny Leviant <eleviant at accesssoftek.com>
Date: 2020-11-24 (Tue, 24 Nov 2020)
Changed paths:
M llvm/utils/TableGen/CodeGenSchedule.cpp
Log Message:
-----------
[SchedModels] Limit set of predicates seen by mutuallyExclusive
Patch limits set of predicates seen by mutuallyExclusive to ones which belong
to current processor model. This needs to be done, because same predicate can
be used by multiple processor models which can make mutuallyExclusive over
optimistic.
More information about the All-commits
mailing list