You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to reduce instrumented CSmith output while keeping the stats about vectorization for two targets as the following shell script tests, but even for the partial test, the reduction didn't succeed.
By following an interesting test, I tried to reduce the instrumented CSmith output for x86 with avx512f based on the loop-vectorize stats.
This script itself runs fine for the input
However, CReduce seems to have failed to keep that test and got stuck during the reduction.
Seems like the intermediate result doesn't pass the test already. (is this normal?)
Am I wrong for writing a test script? If you need some required info, I'd be happy if you tell me. Thanks!
Environment
CReduce is installed by apt.
Original motivation
I wanted to reduce instrumented CSmith output while keeping the stats about vectorization for two targets as the following shell script tests, but even for the partial test, the reduction didn't succeed.
The text was updated successfully, but these errors were encountered: