[PATCH] D81796: [LVI] Cache lookup of experimental.guard intrinsic (NFC)
    Nikita Popov via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Jun 13 13:53:53 PDT 2020
    
    
  
nikic marked an inline comment as done.
nikic added inline comments.
================
Comment at: llvm/lib/Analysis/LazyValueInfo.cpp:370
+    /// if it exists in the module.
+    Function *GuardDecl;
+
----------------
The indentation in this class is messed up. I'll address that separately.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81796/new/
https://reviews.llvm.org/D81796
    
    
More information about the llvm-commits
mailing list