[PATCH] D101292: [AMDGPU] Restrict immediate scratch offsets

Sebastian Neubauer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 26 06:52:48 PDT 2021


sebastian-ne added a comment.

In D101292#2716599 <https://reviews.llvm.org/D101292#2716599>, @dstuttard wrote:

> Summary says:
>
> "gfx10 works only with aligned negative offsets, but not with aligned negative offsets."
>
> Presumably one of those should say "unaligned"?

Ah yes, unaligned, negative offsets do not work.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101292



More information about the llvm-commits mailing list