[all-commits] [llvm/llvm-project] cb1228: RuntimeLibcalls: Return StringRef for libcall name...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Aug 14 17:56:00 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb1228fbd535b8f9fe78505a15292b0ba23b17de
https://github.com/llvm/llvm-project/commit/cb1228fbd535b8f9fe78505a15292b0ba23b17de
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-08-15 (Fri, 15 Aug 2025)
Changed paths:
M llvm/benchmarks/RuntimeLibcalls.cpp
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/include/llvm/IR/RuntimeLibcalls.h
M llvm/lib/CodeGen/PreISelIntrinsicLowering.cpp
M llvm/lib/LTO/LTO.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
M llvm/lib/Transforms/Utils/DeclareRuntimeLibcalls.cpp
M llvm/unittests/IR/RuntimeLibcallsTest.cpp
Log Message:
-----------
RuntimeLibcalls: Return StringRef for libcall names (#153209)
Does not yet fully propagate this down into the TargetLowering
uses, many of which are relying on null checks on the returned
value.
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