Files
wasmtime/.gitignore
Nick Fitzgerald 090d1c2d32 cranelift: Port most of simple_preopt.rs over to the peepmatic DSL
This ports all of the identity, no-op, simplification, and canonicalization
related optimizations over from being hand-coded to the `peepmatic` DSL. This
does not handle the branch-to-branch optimizations or most of the
divide-by-constant optimizations.
2020-05-14 07:52:23 -07:00

18 lines
142 B
Plaintext

*.bk
*.pyc
*.swo
*.swp
*.swx
*~
.*.rustfmt
.mypy_cache
\#*\#
cranelift.dbg*
docs/_build
docs/book
.vscode/
rusty-tags.*
tags
target
.z3-trace