[llvm] [VPlan] Simplify select with constant condition (PR #150357)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 24 05:22:31 PDT 2025
lukel97 wrote:
> I wonder why InstSimplifyFolder didn't kick in here?
I think some of these are exposed by other simplifications in simplifyRecipe, which tend to just mutate the operands in place rather than creating new instructions via VPBuilder
https://github.com/llvm/llvm-project/pull/150357
More information about the llvm-commits
mailing list