[PATCH] D54956: [ValueTracking] Look through casts when determining non-nullness
    Johannes Doerfert via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Nov 27 10:03:08 PST 2018
    
    
  
jdoerfert marked an inline comment as done.
jdoerfert added inline comments.
================
Comment at: lib/Analysis/ValueTracking.cpp:2019
 
+    {
+      // Look through operations that do not alter the value.
----------------
fhahn wrote:
> Do we need this in a separate block?
No, this way the comment relates to all three but I can remove the block if you think it is unnecessary.
Repository:
  rL LLVM
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54956/new/
https://reviews.llvm.org/D54956
    
    
More information about the llvm-commits
mailing list