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

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 14 09:55:19 PST 2021


RKSimon 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"
----------------
the headers need sorting - clang-format this


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

https://reviews.llvm.org/D92238



More information about the llvm-commits mailing list