[all-commits] [llvm/llvm-project] 29712c: [VPlan] Assert instead of check if VF is vector wh...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri May 5 01:03:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 29712ccda62012e615b8c55bc6a3fa7454c10c42
https://github.com/llvm/llvm-project/commit/29712ccda62012e615b8c55bc6a3fa7454c10c42
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-05-05 (Fri, 05 May 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
Log Message:
-----------
[VPlan] Assert instead of check if VF is vector when widening casts.
VPWidenRecipes should not be generated for scalar VFs. Replace check
with an assert. Suggested in preparation for D149081.
More information about the All-commits
mailing list