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 a0b2948 commit a3f36a8Copy full SHA for a3f36a8
include/llvm-dialects/Dialect/Dialect.td
@@ -342,6 +342,7 @@ def AlwaysInline : LlvmEnumAttributeTrait<"AlwaysInline">;
342
def Cold : LlvmEnumAttributeTrait<"Cold">;
343
def Hot : LlvmEnumAttributeTrait<"Hot">;
344
def Convergent : LlvmEnumAttributeTrait<"Convergent">;
345
+def Speculatable : LlvmEnumAttributeTrait<"Speculatable">;
346
347
/// Represent the LLVM `memory(...)` attribute as the OR (or union) of memory
348
/// effects. An empty effects list means the operation does not access memory
0 commit comments