You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I added --x64 part since the error message tells me to do so)
But it fails with the following error messages
Writing generated file: /home/llfuzz/transopt-experiment/wasmtime/output/clif_opt.isle
Writing generated file: /home/llfuzz/transopt-experiment/wasmtime/output/clif_lower.isle
Missing term type instantiation for simplify
But the input ISLE file does have instantiation for simplify.
Hi, I'm running the examples of crocus (
cranelift/isle/veri/veri_engine
).The doc says I can test crocus using the following command:
cargo build --package=veri_engine # build crocus path/to/pcrocus -i cranelift/isle/veri/veri_engine/examples/mid-end/broken_bor_band_consts.isle -t simplify --codegen cranelift/codegen/ --x64
(I added
--x64
part since the error message tells me to do so)But it fails with the following error messages
But the input ISLE file does have instantiation for simplify.
I think the parsing part is not working for crocus.
The text was updated successfully, but these errors were encountered: