[PATCH] D112454: [SLP]Improve/fix reordering of the gathered graph nodes.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 26 09:06:10 PDT 2021


RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.

LGTM, although tbh I'm still not totally clear on the 'partial identity' path



================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:7459
 
-  bool doInitialization(Module &M) override {
-    return false;
-  }
+  bool doInitialization(Module &M) override { return false; }
 
----------------
split off this NFC clang-format change


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112454



More information about the llvm-commits mailing list