[all-commits] [llvm/llvm-project] 0b896b: llvm-reduce: Do not try to delete frame instructions

Matt Arsenault via All-commits all-commits at lists.llvm.org
Sun May 1 15:22:52 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0b896b754e864951717731058f4b23875d617ca8
      https://github.com/llvm/llvm-project/commit/0b896b754e864951717731058f4b23875d617ca8
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-05-01 (Sun, 01 May 2022)

  Changed paths:
    A llvm/test/tools/llvm-reduce/mir/remove-frame-destroy.mir
    M llvm/tools/llvm-reduce/deltas/ReduceInstructionsMIR.cpp

  Log Message:
  -----------
  llvm-reduce: Do not try to delete frame instructions

The verifier enforces these appearing as balanced pairs, so just
deleting one has no real chance of producing something valid.




More information about the All-commits mailing list