[all-commits] [llvm/llvm-project] a7a356: [NFC][Clang][CodeGen] Remove vestigial assertion (...

Alex Voicu via All-commits all-commits at lists.llvm.org
Mon Feb 17 12:05:45 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a7a356833df81b605ecaa3b0a7391da68805b680
      https://github.com/llvm/llvm-project/commit/a7a356833df81b605ecaa3b0a7391da68805b680
  Author: Alex Voicu <alexandru.voicu at amd.com>
  Date:   2025-02-17 (Mon, 17 Feb 2025)

  Changed paths:
    M clang/lib/CodeGen/CGCall.cpp

  Log Message:
  -----------
  [NFC][Clang][CodeGen] Remove vestigial assertion (#127528)

This removes a vestigial assertion, which would erroneously trigger even
though we now correctly handle valid arg mismatches
(<https://github.com/llvm/llvm-project/blob/2dda529838e622e7a79b1e26d2899f319fd7e379/clang/lib/CodeGen/CGCall.cpp#L5397>),
after #114062 went in.



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