[llvm] dd88923 - RuntimeLibcalls: Remove LibcallLoweringPredicate from RuntimeLibcallImpl (#166585)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 5 09:18:02 PST 2025
Author: Matt Arsenault
Date: 2025-11-05T17:17:58Z
New Revision: dd8892300e7279e4b3ea5e085defe14d4849626f
URL: https://github.com/llvm/llvm-project/commit/dd8892300e7279e4b3ea5e085defe14d4849626f
DIFF: https://github.com/llvm/llvm-project/commit/dd8892300e7279e4b3ea5e085defe14d4849626f.diff
LOG: RuntimeLibcalls: Remove LibcallLoweringPredicate from RuntimeLibcallImpl (#166585)
This is unused and will not make sense.
Added:
Modified:
llvm/include/llvm/IR/RuntimeLibcallsImpl.td
Removed:
################################################################################
diff --git a/llvm/include/llvm/IR/RuntimeLibcallsImpl.td b/llvm/include/llvm/IR/RuntimeLibcallsImpl.td
index b5752c1b69ad8..92853125379f5 100644
--- a/llvm/include/llvm/IR/RuntimeLibcallsImpl.td
+++ b/llvm/include/llvm/IR/RuntimeLibcallsImpl.td
@@ -61,7 +61,6 @@ class RuntimeLibcall {
class RuntimeLibcallImpl<RuntimeLibcall P, string Name = NAME> {
RuntimeLibcall Provides = P;
string LibCallFuncName = Name;
- list<LibcallLoweringPredicate> LoweringPredicates;
bit IsDefault = false;
}
More information about the llvm-commits
mailing list