Moving LoadAcquire/StoreRelease behavior up into HIR.

This commit is contained in:
Ben Vanik
2014-01-04 00:50:48 -08:00
parent 88b631b160
commit 93ea56179a
11 changed files with 97 additions and 197 deletions

View File

@@ -104,9 +104,7 @@ enum Opcode {
OPCODE_STORE_CONTEXT,
OPCODE_LOAD,
OPCODE_LOAD_ACQUIRE,
OPCODE_STORE,
OPCODE_STORE_RELEASE,
OPCODE_PREFETCH,
OPCODE_MAX,
@@ -165,6 +163,7 @@ enum Opcode {
OPCODE_SWIZZLE,
OPCODE_COMPARE_EXCHANGE,
OPCODE_ATOMIC_EXCHANGE,
OPCODE_ATOMIC_ADD,
OPCODE_ATOMIC_SUB,