[PATCH] D103129: [llvm-reduce] Don't delete arguments of debug intrinsics

Langston Barrett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 26 08:33:57 PDT 2021


langston-barrett added a comment.

> should we be skipping all intrinsics? intrinsic signatures should never change right?

Good call, I've generalized this patch.

> and there are a couple comments that seem to indicate that we are only touching definitions, but it looks like we're also touching declarations

Agreed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103129/new/

https://reviews.llvm.org/D103129



More information about the llvm-commits mailing list