[llvm] [LV, VP]VP intrinsics support for the Loop Vectorizer + adding new tail-folding mode using EVL. (PR #76172)

Kolya Panchenko via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 26 06:36:30 PDT 2024


nikolaypanchenko wrote:

> Are there any plans on adding upstream runtime testing for EVL vectorization to guard against regressions?
> 
> We really should have upstream end-to-end testing that enables the EVL vectorization path and does a stage2 build + llvm-test-suite to catch regressions (similar to how SVE enabled bots were added when scalable vector support was added IIRC)
> 
> cc'ing some additional people who might also be able to help @appujee @Mel-Chen @nikolaypanchenko @arcbbb @preames

We don't have them yet, but certainly stability testing should be done as early as possible. We will work on plan for it!

https://github.com/llvm/llvm-project/pull/76172


More information about the llvm-commits mailing list