[all-commits] [llvm/llvm-project] 3157f0: [VPlan] Add VPValue::isLiveIn() (NFC).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Apr 24 09:51:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3157f03a349cfc852cdd994675eaa9652caa2e3a
https://github.com/llvm/llvm-project/commit/3157f03a349cfc852cdd994675eaa9652caa2e3a
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanValue.h
Log Message:
-----------
[VPlan] Add VPValue::isLiveIn() (NFC).
This helps to clarify checks in multiple places.
Suggested as cleanup in D147892.
More information about the All-commits
mailing list