[PATCH] D109416: getVPMemoryOpCost interface

Bardia Mahjour via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 19 08:51:45 PDT 2021


bmahjour added a comment.

In D109416#3071074 <https://reviews.llvm.org/D109416#3071074>, @RolandF wrote:

> In D109416#3070423 <https://reviews.llvm.org/D109416#3070423>, @bmahjour wrote:
>
>> In D109416#3067495 <https://reviews.llvm.org/D109416#3067495>, @RolandF wrote:
>>
>>> Is this still needed?
>>
>> Yes, this patch establishes the target interface that is implemented by D109417 <https://reviews.llvm.org/D109417>.
>
> Yes, I realize.  Are you intending to go ahead with that patch?  It has been sitting for a while.  I would imagine that is useful info for other reviewers.

The following patches are related and still in flight and we intend to go ahead with them all. There has been a delay due to Hussain leaving, but we definitely want to resume the work soon and finish it. If you are interested in helping commandeer some of them please let me know.

https://reviews.llvm.org/D109416 - Cost model infrastructure for VPMemory ops
https://reviews.llvm.org/D109417 - Cost model for VPMemory ops
https://reviews.llvm.org/D109584 - Expansion of VP load/store to scalar loads/stores
https://reviews.llvm.org/D109377 - Type legalization for VP memory SelectionDAG nodes
https://reviews.llvm.org/D109379 - PPC lowering for VP memory SD nodes


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109416/new/

https://reviews.llvm.org/D109416



More information about the llvm-commits mailing list