[PATCH] D140599: AMDGPU: Promote array alloca if used by memmove/memcpy

Ruiling, Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 22 18:25:25 PST 2022


ruiling added a comment.

In D140599#4014540 <https://reviews.llvm.org/D140599#4014540>, @arsenm wrote:

> Shouldn't these have been expanded into loads and stores already?

We only split mem transfer intrinsics using a loop if its length is > 1024.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140599



More information about the llvm-commits mailing list