[PATCH] D97382: NFC: Migrate PartialInlining to work on InstructionCost
Christopher Tetreault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 24 09:56:49 PST 2021
ctetreau added inline comments.
================
Comment at: llvm/include/llvm/Support/InstructionCost.h:117
+ template <typename T,
+ typename = std::enable_if_t<std::is_floating_point<T>::value>>
----------------
why is this necessary?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97382/new/
https://reviews.llvm.org/D97382
More information about the llvm-commits
mailing list