[PATCH] D41585: [Greedy RegAlloc] Take into account the cost of local intervals when selecting split candidate.
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 25 09:39:40 PDT 2019
tejohnson added a comment.
Herald added a project: LLVM.
I was looking at flags in this file and noticed there is a typo in the flag added here (condsider-local-interval-cost should be "consider-...", note the extraneous "d" in the flag). Also, there doesn't seem to be any test utilizing this flag. Should it be removed?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D41585/new/
https://reviews.llvm.org/D41585
More information about the llvm-commits
mailing list