We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In test:
, unitTestCase "target system: autosynthesis, constant folding 1" def $ do setNetwork march setBusType pInt assignLua [__i| function sum(a) local d = 1 + 2 + a sum(d) end sum(0) |] synthesizeAndCoSim mkConstantFolding [ add "!1#0" "!2#0" ["_0#d"] , constant 2 ["!2#0"] , constant 1 ["!1#0"] ] -- FIXME: should be: -- [ constant 3 ["_0#d"] ] [ constant 3 ["_0#d"] , constant 2 ["!2#0"] , constant 1 ["!1#0"] ] >>= \r -> assertRefactor r
stack build --fast --test --test-arguments '-p "constant folding 1"'
The text was updated successfully, but these errors were encountered:
Update in #274
Sorry, something went wrong.
No branches or pull requests
In test:
stack build --fast --test --test-arguments '-p "constant folding 1"'
The text was updated successfully, but these errors were encountered: