[all-commits] [llvm/llvm-project] 8bd02e: [VPlan] Assert instead checking if VF is vec when ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri May 5 10:25:08 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8bd02e5aefa84e41afa3b2897581c3147b212e3b
https://github.com/llvm/llvm-project/commit/8bd02e5aefa84e41afa3b2897581c3147b212e3b
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 checking if VF is vec when widening calls (NFC)
VPWidenCallRecipe should not be generated for scalar VFs. Replace check
with an assert.
More information about the All-commits
mailing list