memcopy! and memset! intrinsics
This commit is contained in:
@@ -68,6 +68,7 @@ Linkage :: enum u8 {
|
||||
Opcode :: enum u8 {
|
||||
Param,
|
||||
Const,
|
||||
Poison,
|
||||
String,
|
||||
Aggregate,
|
||||
None,
|
||||
@@ -125,6 +126,8 @@ Opcode :: enum u8 {
|
||||
Shift_Right,
|
||||
Shift_Left_Saturating,
|
||||
Compare,
|
||||
Mem_Copy,
|
||||
Mem_Set,
|
||||
Label,
|
||||
Br,
|
||||
Cond_Br,
|
||||
|
||||
Reference in New Issue
Block a user