[all-commits] [llvm/llvm-project] 909f64: RuntimeLibcalls: Rename long double libcall entrie...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Oct 15 18:21:08 PDT 2025
Branch: refs/heads/users/arsenm/runtime-libcalls/rename-long-double-entries-l-suffix
Home: https://github.com/llvm/llvm-project
Commit: 909f6455376afc3d15f6163f9f71d90e128440ed
https://github.com/llvm/llvm-project/commit/909f6455376afc3d15f6163f9f71d90e128440ed
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-10-16 (Thu, 16 Oct 2025)
Changed paths:
M llvm/include/llvm/IR/RuntimeLibcalls.td
M llvm/unittests/IR/RuntimeLibcallsTest.cpp
Log Message:
-----------
RuntimeLibcalls: Rename long double libcall entries to include suffix
Rename the long double calls so the enum names include the l suffix
on the base name. This makes it consistent with the other cases,
only disambiguating the different long doubles with the additional
suffix.
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