[all-commits] [llvm/llvm-project] 77bcde: RuntimeLibcalls: Stop using defset for default cal...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Sat Jul 12 18:48:06 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 77bcde657b6107ed8f0918ea5aea9005b08817ab
      https://github.com/llvm/llvm-project/commit/77bcde657b6107ed8f0918ea5aea9005b08817ab
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-07-13 (Sun, 13 Jul 2025)

  Changed paths:
    M llvm/include/llvm/IR/RuntimeLibcalls.td

  Log Message:
  -----------
  RuntimeLibcalls: Stop using defset for default calls (#147651)

This is redundant with the IsDefault field, so avoid a really
long enclosing pair of braces. This will make it easier to gradually
remove calls from the default set.



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