[all-commits] [llvm/llvm-project] 02d695: [LoopVectorize][NFC] Add optional Name parameter t...
david-arm via All-commits
all-commits at lists.llvm.org
Mon Jul 11 01:23:42 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 02d6950d844db06e70f39ef6b6045349c488dd37
https://github.com/llvm/llvm-project/commit/02d6950d844db06e70f39ef6b6045349c488dd37
Author: David Sherwood <david.sherwood at arm.com>
Date: 2022-07-11 (Mon, 11 Jul 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
Log Message:
-----------
[LoopVectorize][NFC] Add optional Name parameter to VPInstruction
This patch is a simple piece of refactoring that now permits users
to create VPInstructions and specify the name of the value being
generated. This is useful for creating more readable/meaningful
names in IR.
Differential Revision: https://reviews.llvm.org/D128982
More information about the All-commits
mailing list