[PATCH] D102493: [RISCV] Expand unaligned fixed-length vector memory accesses

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 19 11:28:25 PDT 2021


efriedma added a comment.

In D102493#2768973 <https://reviews.llvm.org/D102493#2768973>, @frasercrmck wrote:

> Do you know of other targets doing this?

We end up doing this sort of thing on ARM in some cases.  For example https://reviews.llvm.org/D100527 , https://reviews.llvm.org/D70176 .


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102493



More information about the llvm-commits mailing list