[all-commits] [llvm/llvm-project] 08f16a: [VPlan] Use macro to define recipe classof impleme...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Dec 16 09:52:54 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 08f16a8217c1024e74c0af79120713f04af1230a
https://github.com/llvm/llvm-project/commit/08f16a8217c1024e74c0af79120713f04af1230a
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-12-16 (Fri, 16 Dec 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
[VPlan] Use macro to define recipe classof implementation (NFC).
Add a VP_CLASSOF_IMPL macro to define common classof implementations for
recipes. This reduces duplication and also adds missing implementations
to existing recipes.
More information about the All-commits
mailing list