[PATCH] D95352: NFC: Migrate SimpleLoopUnswitch to work on InstructionCost
Christopher Tetreault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 25 10:00:12 PST 2021
ctetreau added inline comments.
================
Comment at: llvm/include/llvm/Support/InstructionCost.h:254
+
+ InstructionCost getRemaining() const { return Budget; }
};
----------------
This is exactly the soft of thing I'm concerned about in my comment on D92238.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95352/new/
https://reviews.llvm.org/D95352
More information about the llvm-commits
mailing list