[PATCH] D138991: [AAPointerInfo] handle multiple offsets in PHI
    Johannes Doerfert via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Nov 30 10:24:46 PST 2022
    
    
  
jdoerfert added inline comments.
================
Comment at: llvm/include/llvm/Transforms/IPO/Attributor.h:1091
+  Pass *LegacyPass = nullptr;
 };
 
----------------
Do we really need legacy PM support? I would prefer not to add complexity for it.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138991/new/
https://reviews.llvm.org/D138991
    
    
More information about the llvm-commits
mailing list