[PATCH] D70975: [SDAG] remove use restriction in isNegatibleForFree() when called from getNegatedExpression()
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 9 14:26:38 PST 2019
spatel marked an inline comment as done.
spatel added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp:5415-5416
char TargetLowering::isNegatibleForFree(SDValue Op, SelectionDAG &DAG,
bool LegalOperations, bool ForCodeSize,
+ bool EnableUseCheck,
unsigned Depth) const {
----------------
lebedev.ri wrote:
> Three nearby bool params is super easy to get in the wrong order.
> Should these be stored/passed as a struct?
Agreed - this is getting too messy.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70975/new/
https://reviews.llvm.org/D70975
More information about the llvm-commits
mailing list