Skip to content

Conversation

@arsenm
Copy link
Contributor

@arsenm arsenm commented Nov 5, 2025

This is unused and will not make sense.

@arsenm arsenm marked this pull request as ready for review November 5, 2025 16:37
Copy link
Contributor Author

arsenm commented Nov 5, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

@llvmbot llvmbot added the llvm:ir label Nov 5, 2025
@arsenm arsenm enabled auto-merge (squash) November 5, 2025 16:37
@llvmbot
Copy link
Member

llvmbot commented Nov 5, 2025

@llvm/pr-subscribers-llvm-ir

Author: Matt Arsenault (arsenm)

Changes

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 --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;
 }
 

@arsenm arsenm merged commit dd88923 into main Nov 5, 2025
11 of 13 checks passed
@arsenm arsenm deleted the users/arsenm/remove-LibcallLoweringPredicate-RuntimeLibcallImpl branch November 5, 2025 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants