[all-commits] [llvm/llvm-project] 8a386f: [FuzzMutate] Prevent UB caused by parameter ABI at...

Manuel Carrasco via All-commits all-commits at lists.llvm.org
Thu Jun 5 09:28:16 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8a386fef1b331cac24bc10bc34e6999d8c561db5
      https://github.com/llvm/llvm-project/commit/8a386fef1b331cac24bc10bc34e6999d8c561db5
  Author: Manuel Carrasco <Manuel.Carrasco at amd.com>
  Date:   2025-06-05 (Thu, 05 Jun 2025)

  Changed paths:
    M llvm/lib/FuzzMutate/IRMutator.cpp

  Log Message:
  -----------
  [FuzzMutate] Prevent UB caused by parameter ABI attributes (#139737)

This PR prevents the IRMutator from incorrectly calling functions that
have ABI attributes, otherwise the mutations introduce UB.



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