[PATCH] D86955: [Hexagon] Make HexagonVLCR compatibile with New PM

Pengxuan Zheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 1 16:51:22 PDT 2020


pzheng added a comment.

Is there any test case for this pass? Please also run clang-format.



================
Comment at: llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp:279
     void getAnalysisUsage(AnalysisUsage &AU) const override {
-      AU.addRequired<LoopInfoWrapperPass>();
       AU.addRequiredID(LoopSimplifyID);
----------------
Is this removed intentionally?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86955



More information about the llvm-commits mailing list