Skip to content
Snippets Groups Projects
Commit a86e408d authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Zipr/FII failure-to-tranform fixes

1) FII was finding the wrong cmp for switch tables.
Removed the blind cmp and forced the cmp to use the proper
register or not find a cmp.  Also changed the limit for a table
size when no cmp is found from 2^32 to 255.

2) Fixed an issue with zipr dollop layout where the size
to layout 1 instruction + a trampoline was bigger than laying
out two+ full dollops (because both dollops were short), but
the dollops are disallowed from being coalesced.  The worst-size
detector needed to account for non-coalescable dollops.
parent 4f6bdd50
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment