We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b18d2d commit 77c5a65Copy full SHA for 77c5a65
offload/liboffload/API/Memory.td
@@ -60,8 +60,7 @@ def olMemcpy : Function {
60
let returns = [];
61
}
62
63
-def : Function {
64
- let name = "olMemFill";
+def olMemFill : Function {
65
let desc = "Fill memory with copies of the given pattern";
66
let details = [
67
"Filling with patterns larger than 4 bytes may be less performant",
0 commit comments