Skip to content

Commit a3f36a8

Browse files
vchuravynhaehnle
authored andcommitted
Add speculatable attribute
1 parent a0b2948 commit a3f36a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/llvm-dialects/Dialect/Dialect.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ def AlwaysInline : LlvmEnumAttributeTrait<"AlwaysInline">;
342342
def Cold : LlvmEnumAttributeTrait<"Cold">;
343343
def Hot : LlvmEnumAttributeTrait<"Hot">;
344344
def Convergent : LlvmEnumAttributeTrait<"Convergent">;
345+
def Speculatable : LlvmEnumAttributeTrait<"Speculatable">;
345346

346347
/// Represent the LLVM `memory(...)` attribute as the OR (or union) of memory
347348
/// effects. An empty effects list means the operation does not access memory

0 commit comments

Comments
 (0)