[PATCH] D92238: [SCEVExpander] Migrate costAndCollectOperands to use InstructionCost.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 18 01:35:44 PST 2021


sdesmalen marked an inline comment as done.
sdesmalen added inline comments.


================
Comment at: llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h:20
 #include "llvm/ADT/SmallVector.h"
+#include "llvm/Support/InstructionCost.h"
 #include "llvm/Analysis/ScalarEvolutionExpressions.h"
----------------
RKSimon wrote:
> the headers need sorting - clang-format this
Fixed, thanks for pointing out!


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

https://reviews.llvm.org/D92238



More information about the llvm-commits mailing list