It's late here so this won't be the best report, just noting to avoid duplicated work.
In the last few hours additional vectorizer tests were added to llvm-test-suite. The following ones cause test failures (incorrect results at runtime, as opposed to a compile failure) for RVV targets:
test-suite :: SingleSource/UnitTests/Vectorizer/tf-find-last.test
test-suite :: SingleSource/UnitTests/Vectorizer/tf-ftic-find-last.test
test-suite :: SingleSource/UnitTests/Vectorizer/tfactivelanemask-find-last.test
test-suite :: SingleSource/UnitTests/Vectorizer/tfactivelanemask-ftic-find-last.test
I don't think I can take further action until tomorrow morning UK time, but can look more closely then if nobody else has had a chance to poke at them.
I believe (but haven't yet confirmed definitively) these failed from the point they were added, i.e. are exposing an existing miscompile that wasn't tested before.
It's late here so this won't be the best report, just noting to avoid duplicated work.
In the last few hours additional vectorizer tests were added to llvm-test-suite. The following ones cause test failures (incorrect results at runtime, as opposed to a compile failure) for RVV targets:
I don't think I can take further action until tomorrow morning UK time, but can look more closely then if nobody else has had a chance to poke at them.
I believe (but haven't yet confirmed definitively) these failed from the point they were added, i.e. are exposing an existing miscompile that wasn't tested before.