abrown commented on issue #6279:
Also, just a general thought: how can we check that fuzzing is using all of these new <SSE4.1 lowerings?
alexcrichton commented on issue #6279:
Currently there's no fuzz coverage due to this but at the end of this road I'll be able to disable that meaning we'll get fuzz coverage.
Once that's removed though we should get fuzz coverage. For example after https://github.com/bytecodealliance/wasmtime/pull/6206 the
pcmpgtq
instruction is now conditional. Looking at yesterday's coverage report I found the coverage of the ISLE-generated file and inside ofconstructor_x64_pcmpgt
I seex64_pcmpgtq
is called 317 times with the fallback being called 7 times (direct link). Not a huge number of executions but still there!
Last updated: Nov 22 2024 at 16:03 UTC