[PATCH] D78614: [AssumeBuilder] Add assume-simplify pass
    Johannes Doerfert via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu May  7 10:14:20 PDT 2020
    
    
  
jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
LGTM. There is one comment below you should address.
================
Comment at: llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp:423
+
+  AS.dropRedundantKnowledge();
+  AS.RunCleanup(false);
----------------
jdoerfert wrote:
> Please add a comment here to explain the order in which things a run.
^^^^^^^
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78614/new/
https://reviews.llvm.org/D78614
    
    
More information about the llvm-commits
mailing list