[llvm] [VPlan] Don't convert VPWidenSelectRecipes to vp.select in EVL transform (PR #146695)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 2 08:38:38 PDT 2025
lukel97 wrote:
> We only iterate through the users of the headermask calling createEVLRecipe.
This bit tripped me up when I was looking at https://github.com/llvm/llvm-project/pull/146672, but we iterate recursively through the users IIUC. So a select may not use the header mask directly, but another recipe that used the header mask.
https://github.com/llvm/llvm-project/pull/146695
More information about the llvm-commits
mailing list