[llvm] RuntimeLibcalls: Remove LibcallLoweringPredicate from RuntimeLibcallImpl (PR #166585)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 5 08:37:57 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-llvm-ir
Author: Matt Arsenault (arsenm)
<details>
<summary>Changes</summary>
This is unused and will not make sense.
---
Full diff: https://github.com/llvm/llvm-project/pull/166585.diff
1 Files Affected:
- (modified) llvm/include/llvm/IR/RuntimeLibcallsImpl.td (-1)
``````````diff
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;
}
``````````
</details>
https://github.com/llvm/llvm-project/pull/166585
More information about the llvm-commits
mailing list