[PATCH] D59129: [SROA] WIP: Lowering alloca is not always beneficial

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 11 05:17:54 PDT 2019


RKSimon added a comment.

Minor style issues



================
Comment at: include/llvm/Transforms/Scalar/SROA.h:22
 #include "llvm/Support/Compiler.h"
+#include "llvm/Analysis/TargetTransformInfo.h"
 #include <vector>
----------------
(style) include order?


================
Comment at: lib/Transforms/Scalar/SROA.cpp:1100
+      return false;
+
+  }
----------------
remove empty line


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

https://reviews.llvm.org/D59129





More information about the llvm-commits mailing list