[all-commits] [llvm/llvm-project] d76a16: llvm-reduce: Support exotic terminators in instruc...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri May 2 13:46:51 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d76a1639e0b641d9761293608be7bce88fa30f86
      https://github.com/llvm/llvm-project/commit/d76a1639e0b641d9761293608be7bce88fa30f86
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-05-02 (Fri, 02 May 2025)

  Changed paths:
    A llvm/test/tools/llvm-reduce/reduce-values-to-return-callbr.ll
    A llvm/test/tools/llvm-reduce/reduce-values-to-return-invoke.ll
    M llvm/test/tools/llvm-reduce/remove-bb-switch-default.ll
    M llvm/tools/llvm-reduce/deltas/ReduceValuesToReturn.cpp
    M llvm/tools/llvm-reduce/deltas/Utils.cpp

  Log Message:
  -----------
  llvm-reduce: Support exotic terminators in instructions-to-return (#134794)

Use splitBasicBlock and avoid directly dealing with the specific of
how to trim the existing terminators. We just need to deal with
unconditional branch to return.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list