uwplse / herbgrind

A Valgrind tool for Herbie
GNU General Public License v3.0
90 stars 7 forks source link

Missing break statement corrupts some comparisons #7

Closed pavpanchekha closed 6 years ago

pavpanchekha commented 6 years ago

CmpF64 and CmpF32 instructions fall through to the CmpLT32F0x4 instruction, even though it seems like an error.

https://github.com/uwplse/herbgrind/blob/25226f5252ecf5746b6934a2c922a2803718374d/src/runtime/shadowop/exit-float-op.c#L46-L61