[all-commits] [llvm/llvm-project] cf3a31: RuntimeLibcalls: Stop using defset for default calls
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sat Jul 12 18:45:29 PDT 2025
Branch: refs/heads/users/arsenm/runtime-libcalls/stop-using-defset-default-libcall-impls
Home: https://github.com/llvm/llvm-project
Commit: cf3a31ebdb594253219dab74ef12fceff48cec1c
https://github.com/llvm/llvm-project/commit/cf3a31ebdb594253219dab74ef12fceff48cec1c
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
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