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

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


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