This commit is contained in:
Chris Fallin
2021-09-04 20:27:38 -07:00
parent 4a2cd78827
commit bc91a4e5f6

7
cranelift/isle/TODO Normal file
View File

@@ -0,0 +1,7 @@
- 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.