diff options
author | Norman Ramsey <Norman.Ramsey@tweag.io> | 2022-08-01 14:09:08 -0400 |
---|---|---|
committer | Norman Ramsey <Norman.Ramsey@tweag.io> | 2022-08-01 15:51:10 -0400 |
commit | 174f1aead4858833d7d4fa9c89c109351a1bf47c (patch) | |
tree | 3601bd325119ae0384f09bf0a937f8afb01314d3 | |
parent | aa708f93071d9618d58c23d6c8c7ee1822d56f9a (diff) | |
download | haskell-wip/nr/cmm-to-wasm.tar.gz |
add notewip/nr/cmm-to-wasm
-rw-r--r-- | compiler/GHC/CmmToWasm.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/GHC/CmmToWasm.hs b/compiler/GHC/CmmToWasm.hs index 37aa2a6273..40089d44cb 100644 --- a/compiler/GHC/CmmToWasm.hs +++ b/compiler/GHC/CmmToWasm.hs @@ -627,3 +627,6 @@ wasmMakeDynamicReference wasmMakeDynamicReference _config _referenceKind _lbl = unimp "convert CLabel to something Wasm can understand" + +--- XXX need a note that the proc-point splitting rules out nodes of +--- the form `CmmLit (CmmBlock id)`. |