[all-commits] [llvm/llvm-project] abe9ab: llvm-reduce: Preserve original callsite calling co...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Mar 28 09:49:13 PDT 2025


  Branch: refs/heads/users/arsenm/llvm-reduce/fix-remove-argument-losing-callsite-calling-conv
  Home:   https://github.com/llvm/llvm-project
  Commit: abe9ab232103b95c5222834e383d8e00a8b67eec
      https://github.com/llvm/llvm-project/commit/abe9ab232103b95c5222834e383d8e00a8b67eec
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-03-28 (Fri, 28 Mar 2025)

  Changed paths:
    A llvm/test/tools/llvm-reduce/remove-arguments-preserve-wrong-cc.ll
    M llvm/tools/llvm-reduce/deltas/ReduceArguments.cpp

  Log Message:
  -----------
  llvm-reduce: Preserve original callsite calling conv when removing arguments

In undefined mismatch cases, this was fixing the callsite to use the calling
convention of the new function. Preserve the original wrong callsite's calling
convention.



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