[all-commits] [llvm/llvm-project] 56ffd3: [VPlan] Use VPDef prefix for VPDef IDs instead of ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Jan 16 02:24:42 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56ffd39c3da89dc94ed7d7122fe5765e09429289
https://github.com/llvm/llvm-project/commit/56ffd39c3da89dc94ed7d7122fe5765e09429289
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-01-16 (Mon, 16 Jan 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
[VPlan] Use VPDef prefix for VPDef IDs instead of VPRecipeBase (NFC).
Various places in the code where still using the VPRecipeBase:: prefix
for VPDef IDs or not prefix at all. Now that the VPDef IDs have been
moved to VPDef, use this prefix instead and consistently use it.
More information about the All-commits
mailing list