aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/stanza/passes.stanza3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/stanza/passes.stanza b/src/main/stanza/passes.stanza
index 910b7f3d..e3e22f56 100644
--- a/src/main/stanza/passes.stanza
+++ b/src/main/stanza/passes.stanza
@@ -1869,6 +1869,9 @@ defn flo-op-name (op:PrimOp) -> String :
BIT-NOT-OP : "not"
BIT-OR-OP : "or"
BIT-XOR-OP : "xor"
+ BIT-XOR-REDUCE-OP : "xorr"
+ BIT-AND-REDUCE-OP : "andr"
+ BIT-OR-REDUCE-OP : "orr"
CONCAT-OP : "cat"
BIT-SELECT-OP : "rsh"
BITS-SELECT-OP : "rsh"