reko icon indicating copy to clipboard operation
reko copied to clipboard

Packed vector instruction arrays are causing crashes

Open uxmal opened this issue 5 years ago • 0 comments

Reko's type inference is having an indigestion on SSE packed vector types (e.g. @rfalke 's https://github.com/rfalke/decompiler-subjects/tree/master/from_holdec/nim/x64_elf/subject.exe in #959) The type inference engine is making an assumptions that array expressions are always the result of dereferencing a pointer and simultaenously indexing it, but this is not the case with the way SSE instructions are rewritten to RTL.

uxmal avatar Nov 02 '20 21:11 uxmal