-
Notifications
You must be signed in to change notification settings - Fork 20
Add GlobalISel compilation flow to eval scripts. #1585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
bv_decide solved 0 theorems. |
4 similar comments
bv_decide solved 0 theorems. |
bv_decide solved 0 theorems. |
bv_decide solved 0 theorems. |
bv_decide solved 0 theorems. |
bv_decide solved 0 theorems. |
3 similar comments
bv_decide solved 0 theorems. |
bv_decide solved 0 theorems. |
bv_decide solved 0 theorems. |
bv_decide solved 0 theorems. |
1 similar comment
bv_decide solved 0 theorems. |
bv_decide solved 0 theorems. |
bv_decide solved 0 theorems. |
bv_decide solved 0 theorems. |
bv_decide solved 0 theorems. |
Adding a third compilation flow to generate.py and mc-anaylsis.py to compare against not only SelectionDAG but also GlobalISel.
I only changed generate.py and the Mac script by adding self-contained additional functions without touching @luisacicolini code or changing any of it. I adapt her style and added a third folder for the GlobalISel flow.