[all-commits] [llvm/llvm-project] 01fa76: [VPlan] Assert instead of check if VF is vector wh...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat May 6 01:26:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 01fa764c9a3473f2c63241ac5e874019e666f405
https://github.com/llvm/llvm-project/commit/01fa764c9a3473f2c63241ac5e874019e666f405
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-05-06 (Sat, 06 May 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
Log Message:
-----------
[VPlan] Assert instead of check if VF is vector when widening GEPs(NFC)
VPWidenGEPRecipe should not be generated for scalar VFs. Replace
check with an assert.
More information about the All-commits
mailing list