[llvm] [LV][EVL] Support cast instruction with EVL-vectorization (PR #108351)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 7 06:27:22 PDT 2024
alexey-bataev wrote:
> Same question as for #109614, would using a generic intrinsic recipe work, or is there a need to have dedicated recipes for those?
Generally speaking, it should work. The only high level question here - distinguish between different opcodes in VPlan-based cost model. We'll need to implement something like switch-like approach in a recipe
https://github.com/llvm/llvm-project/pull/108351
More information about the llvm-commits
mailing list