[PATCH] D149428: [BBUtils][NFC] Delete SplitBlockAndInsertIfThen with DT.

Joshua Cao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 23:55:17 PDT 2023


caojoshua created this revision.
Herald added subscribers: hoy, Enna1, kosarev, foad, kerbowa, hiraditya, jvesely, arsenm.
Herald added a reviewer: bollu.
Herald added a project: All.
caojoshua updated this revision to Diff 517815.
caojoshua retitled this revision from "[BBUtils] Delete SplitBlockAndInsertIfThen with DT." to "[BBUtils][NFC] Delete SplitBlockAndInsertIfThen with DT.".
caojoshua added a comment.
caojoshua retitled this revision from "[BBUtils][NFC] Delete SplitBlockAndInsertIfThen with DT." to "[BBUtils] Delete SplitBlockAndInsertIfThen with DT.".
caojoshua added reviewers: nikic, vporpo, fhahn.
Herald added a subscriber: StephenFan.
caojoshua updated this revision to Diff 517816.
caojoshua retitled this revision from "[BBUtils] Delete SplitBlockAndInsertIfThen with DT." to "[BBUtils][NFC] Delete SplitBlockAndInsertIfThen with DT.".
caojoshua published this revision for review.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Add [NFC] to commit message


caojoshua added a comment.

Add [NFC] to commit message


The method is marked for deprecation. Delete the method and move all of
its consumers to use the DomTreeUpdater version.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149428

Files:
  llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h
  llvm/lib/Target/AMDGPU/AMDGPUAtomicOptimizer.cpp
  llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
  llvm/lib/Transforms/Utils/LibCallsShrinkWrap.cpp
  polly/lib/CodeGen/BlockGenerators.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149428.517816.patch
Type: text/x-patch
Size: 12673 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230428/7acc9d4f/attachment-0001.bin>


More information about the llvm-commits mailing list