eclipse-omr / omr

Eclipse OMR™ Cross platform components for building reliable, high performance language runtimes
http://www.eclipse.org/omr
Other
948 stars 396 forks source link

Create tree level tests for ifbcmp and ifscmp opcodes #1846

Open mgaudet opened 7 years ago

mgaudet commented 7 years ago

(Derived from #1557)

It's important to make sure the high bits of the longer type don't effect computations occurring with the shorter type.

See the long discussion in #1557 as to how this can go wrong.

mgaudet commented 7 years ago

Related to #1845

rbanerjee commented 7 years ago

I have a prototype ready for this. Will submit a PR soon.