[PATCH] D61736: [MergeICmps] Simplify the code.
    Clement Courbet via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed May 15 05:58:39 PDT 2019
    
    
  
courbet marked 2 inline comments as done.
courbet added a comment.
Thanks.
================
Comment at: llvm/lib/Transforms/Scalar/MergeICmps.cpp:551
+private:
+  Twine makeTwine(ArrayRef<BCECmpBlock> Comparisons) {
+    assert(!Comparisons.empty() && "no basic block");
----------------
gchatelet wrote:
> `static`
This is touching Scratch actually :)
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61736/new/
https://reviews.llvm.org/D61736
    
    
More information about the llvm-commits
mailing list