[llvm] [LV]Initial support for safe distance in predicated DataWithEVL vectorization mode. (PR #102897)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 19 06:11:16 PDT 2024
alexey-bataev wrote:
> Would it suffice to introduce a VPInstruction for computing "SAFE_AVL = std::min(AVL, MAX_SAFE_DISTANCE)"?
Instead of 3rd operand in the recipe - yes, but it will require adding special VPInstruction
https://github.com/llvm/llvm-project/pull/102897
More information about the llvm-commits
mailing list