[all-commits] [llvm/llvm-project] 0c316f: [BBUtils][NFC] Delete SplitBlockAndInsertIfThen wi...

Joshua Cao via All-commits all-commits at lists.llvm.org
Tue May 23 21:09:57 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0c316f00672ff5968ea9c49663b2449a37ff6715
      https://github.com/llvm/llvm-project/commit/0c316f00672ff5968ea9c49663b2449a37ff6715
  Author: Joshua Cao <cao.joshua at yahoo.com>
  Date:   2023-05-23 (Tue, 23 May 2023)

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

  Log Message:
  -----------
  [BBUtils][NFC] Delete SplitBlockAndInsertIfThen with DT.

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

Reviewed By: foad

Differential Revision: https://reviews.llvm.org/D149428




More information about the All-commits mailing list