arporter / habakkuk

Fortran code analysis for performance prediction
11 stars 0 forks source link

Overlap operations with division ops #35

Closed arporter closed 7 years ago

arporter commented 7 years ago

Completes #21. Allows for +, - and * to be overlapped with division.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.2%) to 95.332% when pulling e433b27af154fad53693c200d76bc5a565149310 on overlap_div_mul into e8478d7c8a3da6e09cf393799fe5065d7f332bec on master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.2%) to 95.332% when pulling 86ad50259488c901727fad07b4b97bf9dc234aec on overlap_div_mul into e8478d7c8a3da6e09cf393799fe5065d7f332bec on master.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.2%) to 95.351% when pulling d85299bcd6ececeef2fc8f88a871dd8b97a0e8be on overlap_div_mul into e8478d7c8a3da6e09cf393799fe5065d7f332bec on master.

arporter commented 7 years ago

All modified lines are covered with the exception of those that add-in the cost of instruction latency. These weren't used prior to this ticket and have just been moved, wholesale, into the new schedule module.