[all-commits] [llvm/llvm-project] 4e5c44: [VPlan] Move isUniformAfterVectorization from VPla...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Aug 26 10:26:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4e5c44964a7f3ecbe93cd69bdbcbbcf2a5f52c28
https://github.com/llvm/llvm-project/commit/4e5c44964a7f3ecbe93cd69bdbcbbcf2a5f52c28
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-08-26 (Fri, 26 Aug 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
Log Message:
-----------
[VPlan] Move isUniformAfterVectorization from VPlan to vputils (NFC).
This allows re-using the utility without a VPlan object. The helper also
doesn't access any data from VPlan.
More information about the All-commits
mailing list