[PATCH] D142584: [CodeGen] Add a boolean flag to `Address::getPointer` and `Lvalue::getPointer` that indicates whether the pointer is known not to be null
    Eli Friedman via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Wed Jan 25 15:10:43 PST 2023
    
    
  
efriedma added a comment.
I'm having a little trouble following what the meaning of an "Address" is with this patch.  The `Pointer` member refers to an encoded value, and calling getPointer() emits IR to decode it?  Could use a few comments to explain the API.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142584/new/
https://reviews.llvm.org/D142584
    
    
More information about the cfe-commits
mailing list