We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855927f commit 06fce36Copy full SHA for 06fce36
scripts/tablegen.hs
@@ -31,6 +31,8 @@ data SDNode (l :: LeafKind) (a :: SDKind) where
31
SDTruncOp :: SDGT a b => SDNode l a -> SDNode N b
32
SDExtOp :: SDGT b a => String -> SDNode l a -> SDNode N b
33
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
36
SDPatLeaf :: TypeShow a => String -> Int -> SDNode L a
37
38
-- Operand kind
0 commit comments