[PATCH] D128982: [LoopVectorize][NFC] Add optional Name parameter to VPInstruction

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 1 03:57:19 PDT 2022


david-arm created this revision.
david-arm added reviewers: sdesmalen, paulwalker-arm, fhahn.
Herald added subscribers: shiva0217, bmahjour, rogfer01, hiraditya.
Herald added a project: All.
david-arm requested review of this revision.
Herald added subscribers: llvm-commits, vkmr.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D128982

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorizationPlanner.h
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/lib/Transforms/Vectorize/VPlan.cpp
  llvm/lib/Transforms/Vectorize/VPlan.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128982.441659.patch
Type: text/x-patch
Size: 9098 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220701/4997ca2c/attachment-0001.bin>


More information about the llvm-commits mailing list