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

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


  Branch: refs/heads/users/arsenm/llvm-reduce/fix-remove-argument-losing-callsite-calling-conv
  Home:   https://github.com/llvm/llvm-project
  Commit: dc033ac0955d646d7b778273a144c29ce71c10cf
      https://github.com/llvm/llvm-project/commit/dc033ac0955d646d7b778273a144c29ce71c10cf
  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