Skip to content

Commit

Permalink
Add speculatable attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy authored and nhaehnle committed Oct 17, 2024
1 parent a0b2948 commit a3f36a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/llvm-dialects/Dialect/Dialect.td
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ def AlwaysInline : LlvmEnumAttributeTrait<"AlwaysInline">;
def Cold : LlvmEnumAttributeTrait<"Cold">;
def Hot : LlvmEnumAttributeTrait<"Hot">;
def Convergent : LlvmEnumAttributeTrait<"Convergent">;
def Speculatable : LlvmEnumAttributeTrait<"Speculatable">;

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

0 comments on commit a3f36a8

Please sign in to comment.