[PATCH] D89234: [AMDGPU] Avoid offset register in MUBUF for direct stack object accesses
Christudasan Devadasan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 13 05:13:44 PDT 2020
cdevadas added a comment.
At global-isel, it has already been taken care of.
The asserts - the cases where it is expecting a register is specifically for sp relative accesses and won't cause a problem after this patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89234/new/
https://reviews.llvm.org/D89234
More information about the llvm-commits
mailing list