[all-commits] [llvm/llvm-project] 5df34e: [VPlan] Add support for tracking UFs applicable to...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Dec 22 11:00:19 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5df34e971dd581d32955474b5b4b29d92fb87b30
https://github.com/llvm/llvm-project/commit/5df34e971dd581d32955474b5b4b29d92fb87b30
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-12-22 (Thu, 22 Dec 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp
M llvm/unittests/Transforms/Vectorize/VPlanTest.cpp
Log Message:
-----------
[VPlan] Add support for tracking UFs applicable to VPlan (NFC).
Explicitly track the UFs supported in a VPlan. This is needed to
allow transformations to restrict the UFs which are supported.
Discussed as separate improvement in D135017.
More information about the All-commits
mailing list