Skip to content

Commit 06fce36

Browse files
author
bryant
committed
add load and store sdnodes
1 parent 855927f commit 06fce36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/tablegen.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ data SDNode (l :: LeafKind) (a :: SDKind) where
3131
SDTruncOp :: SDGT a b => SDNode l a -> SDNode N b
3232
SDExtOp :: SDGT b a => String -> SDNode l a -> SDNode N b
3333
SDBuildPair :: SDGT b a => SDNode k a -> SDNode l a -> SDNode N b
34+
SDLoadOp :: SDIsInt a => SDNode l SDPtr -> SDNode N a
35+
SDStoreOp :: SDIsInt a => SDNode k SDPtr -> SDNode l a -> SDNode N SDUnit
3436
SDPatLeaf :: TypeShow a => String -> Int -> SDNode L a
3537

3638
-- Operand kind

0 commit comments

Comments
 (0)