[PATCH] D77251: [llvm][CodeGen] Addressing modes for SVE ldN/stN.

Francesco Petrogalli via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 2 05:56:12 PDT 2020


fpetrogalli added a comment.

This code is based on https://reviews.llvm.org/D75751, which in turn depends on https://reviews.llvm.org/D75672 and https://reviews.llvm.org/D75674.

I could split the patch in two patches, one for `stN` and one for `ldN`. The `stN` one would not have any dependencies on the aforementioned patches, but I'd rather not do the split because the code uses the common method: `AArch64DAGToDAGISel::findAddrModeSVELoadStore`.

Of course, I didn't marry this patch. :)  If you think I'd better split it so I can submit the `stN` part without waiting for the dependencies, I'd happily do it.

Thank you!

Francesco


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77251





More information about the llvm-commits mailing list