Skip to content

Conversation

callumfare
Copy link
Contributor

Fix regression introduced by #154102 - the way offload-tblgen handles names has changed

@llvmbot
Copy link
Member

llvmbot commented Aug 22, 2025

@llvm/pr-subscribers-offload

Author: Callum Fare (callumfare)

Changes

Fix regression introduced by #154102 - the way offload-tblgen handles names has changed


Full diff: https://github.com/llvm/llvm-project/pull/154947.diff

1 Files Affected:

  • (modified) offload/liboffload/API/Memory.td (+1-2)
diff --git a/offload/liboffload/API/Memory.td b/offload/liboffload/API/Memory.td
index 2767130575967..cc98b672a26a9 100644
--- a/offload/liboffload/API/Memory.td
+++ b/offload/liboffload/API/Memory.td
@@ -60,8 +60,7 @@ def olMemcpy : Function {
     let returns = [];
 }
 
-def : Function {
-  let name = "olMemFill";
+def olMemFill : Function {
   let desc = "Fill memory with copies of the given pattern";
   let details = [
     "Filling with patterns larger than 4 bytes may be less performant",

@callumfare callumfare merged commit 77c5a65 into llvm:main Aug 22, 2025
11 checks passed
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.

2 participants