mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-22 21:54:59 -07:00
Add experimental atom op tables for llvm-backend
This commit is contained in:
@@ -21,6 +21,8 @@ enum AddressingMode {
|
||||
// rhs: acts like OptionalOk
|
||||
Addressing_OptionalOk, // rhs: acts like a value with an optional boolean part (for existence check)
|
||||
Addressing_SoaVariable, // Struct-Of-Arrays indexed variable
|
||||
|
||||
Addressing_AtomOpAssign, // Specialized for custom atom operations for assignments
|
||||
};
|
||||
|
||||
struct TypeAndValue {
|
||||
|
||||
Reference in New Issue
Block a user