[PATCH] D131572: [NFC][SeparateConstOffsetFromGEP] Small refactoring and reformatting
    Max Kazantsev via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Aug 11 02:19:14 PDT 2022
    
    
  
mkazantsev accepted this revision.
mkazantsev added a comment.
This revision is now accepted and ready to land.
LG
================
Comment at: llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp:1169
+
+  LLVM_DEBUG(dbgs() << "========= Function " << F.getName() << " =========\n");
+
----------------
I'm sure this is not needed, you will get function it runs on with -print-before-all
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D131572/new/
https://reviews.llvm.org/D131572
    
    
More information about the llvm-commits
mailing list