[PATCH] D26946: TRI: Add hook to pass scavenger during frame elimination
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 21 16:01:53 PST 2016
MatzeB accepted this revision.
MatzeB added a comment.
This revision is now accepted and ready to land.
LGTM, with nitpick.
================
Comment at: include/llvm/Target/TargetRegisterInfo.h:819
+ virtual bool requiresFrameIndexReplacementScavenging(
+ const MachineFunction &MF) const {
+ return false;
----------------
Use 1 more indentation level here.
https://reviews.llvm.org/D26946
More information about the llvm-commits
mailing list