[PATCH] D96208: [AssumptionCache] Do not track llvm.assume calls (PR49043)
    Nikita Popov via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Feb  6 10:08:52 PST 2021
    
    
  
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LGTM as well. I'm okay with either this one or D96168 <https://reviews.llvm.org/D96168>. This is a direct fix for the bug, while D96168 <https://reviews.llvm.org/D96168> is more an improvement to avoid keeping nulled-out value handles around in the cache.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D96208/new/
https://reviews.llvm.org/D96208
    
    
More information about the llvm-commits
mailing list