[PATCH] D74509: [TBLGEN] Allow to override RC weight
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 13 16:40:22 PST 2020
arsenm added inline comments.
================
Comment at: llvm/include/llvm/Target/Target.td:279
+ // Weight override for register pressure calculation.
+ int Weight = ?;
----------------
Needs more explanation. What does the weight mean?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74509/new/
https://reviews.llvm.org/D74509
More information about the llvm-commits
mailing list