Files
wasmtime/cranelift/isle/TODO
Chris Fallin bc91a4e5f6 Add TODO
2021-11-11 15:56:55 -08:00

8 lines
308 B
Plaintext

- Convert series of if-lets from MatchVariants into a match { ... }.
- Should be pretty simple; just need to recognize adjacent edges in
priority-order that are all MatchVariants on the same input.
- Document semantics carefully, especially wrt extractors.
- Verify that priorities work as expected.