[PATCH] D112263: [Attributor] Generalize GEP construction
    Johannes Doerfert via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Oct 21 14:06:06 PDT 2021
    
    
  
jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
LG, thanks!
================
Comment at: llvm/lib/Transforms/IPO/AttributorAttributes.cpp:197
 /// TODO: This could probably live somewhere more prominantly if it doesn't
 ///       already exist.
 static Value *constructPointer(Type *ResTy, Type *PtrElemTy, Value *Ptr,
----------------
The TODO can now be removed I guess.
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112263/new/
https://reviews.llvm.org/D112263
    
    
More information about the llvm-commits
mailing list