Skip to content

Commit

Permalink
ll: Add Memcpy op.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezurko committed Nov 22, 2024
1 parent 70ef59c commit 8e9307b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/vast/Dialect/LowLevel/LowLevelOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -385,4 +385,10 @@ def LowLevel_FuncOp : Core_FuncBaseOp< LowLevel_Dialect, "func", [
IsolatedFromAbove
] > {}

def LowLevel_MemcpyOp : LowLevel_Op < "memcpy" >
, Arguments<(ins AnyType:$dst, AnyType:$src, TypedAttrInterface:$size, BoolAttr:$isVolatile)>
{
let summary = "Memcopy intrinsic.";
}

#endif // VAST_DIALECT_IR_LOWLEVELOPS

0 comments on commit 8e9307b

Please sign in to comment.