[PATCH] D110479: [LV] Record memory widening decisions (NFCI)

Gil Rapaport via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 25 09:00:43 PDT 2021


gilr created this revision.
gilr added reviewers: fhahn, Ayal.
Herald added subscribers: rogfer01, hiraditya.
gilr requested review of this revision.
Herald added subscribers: llvm-commits, vkmr.
Herald added a project: LLVM.

Record widening decisions for memory operations within the planned recipes, and use the recorded decisions in code-gen rather than querying the cost model.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110479

Files:
  llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/lib/Transforms/Vectorize/VPlan.h
  llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
  llvm/unittests/Transforms/Vectorize/VPlanTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110479.375040.patch
Type: text/x-patch
Size: 8488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210925/f3abf74f/attachment.bin>


More information about the llvm-commits mailing list