[all-commits] [llvm/llvm-project] 170b35: RuntimeLibcalls: Stop using defset for default calls
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Jul 9 01:20:46 PDT 2025
Branch: refs/heads/users/arsenm/runtime-libcalls/stop-using-defset-default-libcall-impls
Home: https://github.com/llvm/llvm-project
Commit: 170b353c9b896e8b73dcbe78f81a1755165c6fa7
https://github.com/llvm/llvm-project/commit/170b353c9b896e8b73dcbe78f81a1755165c6fa7
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-07-09 (Wed, 09 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