[llvm] [VPlan] Don't convert widen recipes to VP intrinsics in EVL transform (PR #126177)
Mel Chen via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 6 23:37:42 PST 2025
https://github.com/Mel-Chen commented:
Thanks, this is a good start. :)
I have an question—could you check whether div is handled by VPWidenEVLRecipe? If so, we may need to handle div separately to avoid division-by-zero issues, rather than simply discarding VPWidenEVLRecipe.
https://github.com/llvm/llvm-project/pull/126177
More information about the llvm-commits
mailing list