[VPlan] Move isUniformAfterVectorization from VPlan to vputils (NFC).
authorFlorian Hahn <flo@fhahn.com>
Fri, 26 Aug 2022 17:26:32 +0000 (18:26 +0100)
committerFlorian Hahn <flo@fhahn.com>
Fri, 26 Aug 2022 17:26:33 +0000 (18:26 +0100)
commit4e5c44964a7f3ecbe93cd69bdbcbbcf2a5f52c28
treeaf438554a9117f0234d115f0b52fafeabbaba6c9
parentc7b815a5108683525a98309d391a3f076a7bd456
[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.
llvm/lib/Transforms/Vectorize/VPlan.h
llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp