[PATCH] D131572: [NFC][SeparateConstOffsetFromGEP] Small refactoring and reformatting
Anton Afanasyev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 29 07:17:56 PDT 2022
anton-afanasyev added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp:1150
GEP->replaceAllUsesWith(NewGEP);
+ LLVM_DEBUG(dbgs() << "Replaced GEP " << *GEP << " with new one " << *GEP << "\n");
GEP->eraseFromParent();
----------------
Line length is > 80
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