[PATCH] D86955: [Hexagon] Make HexagonVLCR compatibile with New PM
    Ankit via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Sep  3 14:39:55 PDT 2020
    
    
  
quic_aankit added inline comments.
================
Comment at: llvm/lib/Target/Hexagon/HexagonVectorLoopCarriedReuse.cpp:279
     void getAnalysisUsage(AnalysisUsage &AU) const override {
-      AU.addRequired<LoopInfoWrapperPass>();
       AU.addRequiredID(LoopSimplifyID);
----------------
pzheng wrote:
> Is this removed intentionally?
Yeah. I did find it being used anywhere
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