[all-commits] [llvm/llvm-project] a24035: [llvm-reduce] Don't delete arguments of intrinsics

Langston Barrett via All-commits all-commits at lists.llvm.org
Mon Jun 21 12:44:19 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a24035883356de2bf201835e72a15f6a22e5032d
      https://github.com/llvm/llvm-project/commit/a24035883356de2bf201835e72a15f6a22e5032d
  Author: Langston Barrett <langston.barrett at gmail.com>
  Date:   2021-06-21 (Mon, 21 Jun 2021)

  Changed paths:
    A llvm/test/tools/llvm-reduce/remove-args-dbg-intrinsics.ll
    M llvm/tools/llvm-reduce/deltas/ReduceArguments.cpp

  Log Message:
  -----------
  [llvm-reduce] Don't delete arguments of intrinsics

The argument reduction pass shouldn't remove arguments of
intrinsics, because the resulting module is ill-formed, and so
inherently uninteresting.

Reviewed By: aeubanks

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




More information about the All-commits mailing list