[all-commits] [llvm/llvm-project] c21cce: [VPlan] Use usesScalars in shouldPack.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Feb 20 06:12:40 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c21ccebe6f5293fc1359456b31d188edc9c5ac66
https://github.com/llvm/llvm-project/commit/c21ccebe6f5293fc1359456b31d188edc9c5ac66
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-02-20 (Mon, 20 Feb 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
Log Message:
-----------
[VPlan] Use usesScalars in shouldPack.
Suggested by @Ayal as follow-up improvement in D143864.
I was unable to find a case where this actually changes generated code,
but it is a unifying code to use common infrastructure.
More information about the All-commits
mailing list