[all-commits] [llvm/llvm-project] 652b9c: RuntimeLibcalls: Stop using defset for default calls
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jul 10 03:41:56 PDT 2025
Branch: refs/heads/users/arsenm/runtime-libcalls/stop-using-defset-default-libcall-impls
Home: https://github.com/llvm/llvm-project
Commit: 652b9c51f99016f4e180c7696fe9b9ad3b01b376
https://github.com/llvm/llvm-project/commit/652b9c51f99016f4e180c7696fe9b9ad3b01b376
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-07-10 (Thu, 10 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