ISLE: split algebraic.isle into several files#6140
ISLE: split algebraic.isle into several files#6140jameysharp merged 4 commits intobytecodealliance:mainfrom
Conversation
4e9ffa7 to
612f923
Compare
|
It's definitely a good idea to split up these rules, and I like the division you've chosen between operations. But I think you probably intended to delete |
Yes, that should have been removed |
515e67e to
a29c7a4
Compare
jameysharp
left a comment
There was a problem hiding this comment.
I've confirmed that everything here is just the rearrangement described in the commit message, so thank you for that!
I see that algebraic.clif is still not deleted though, and I've made one other request below. Could you take care of those? I'd be happy to merge this on Monday.
I have deleted |
d2d277f to
5aa28d2
Compare
jameysharp
left a comment
There was a problem hiding this comment.
Thanks, this looks good!
I've deleted algebraic.clif again for you. I think your rebase steps aren't going quite right, somehow.
* ISLE: split algebraic.isle into several files * delete `algebraic.clif` * Add `README.md` * Remove old `algebraic.clif` tests --------- Co-authored-by: Jamey Sharp <jsharp@fastly.com>
* ISLE: split algebraic.isle into several files * delete `algebraic.clif` * Add `README.md` * Remove old `algebraic.clif` tests --------- Co-authored-by: Jamey Sharp <jsharp@fastly.com>
Split
algebraic.isleinto several files, grouping similar operators together.