[PATCH] D86050: [SCEV] Refactor isHighCostExpansionHelper

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 29 01:32:20 PDT 2020


nikic added inline comments.


================
Comment at: llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h:52
+  /// The SCEV operand to be costed.
+  const SCEV* S = nullptr;
+};
----------------
Nit: `= nullptr` here seems unnecessary, as the constructor always initializes it.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86050/new/

https://reviews.llvm.org/D86050



More information about the llvm-commits mailing list