[PATCH] D141903: [AMDGPU] Precommit test for D141576
Pierre van Houtryve via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 18 00:49:07 PST 2023
Pierre-vh added a comment.
In D141903#4059288 <https://reviews.llvm.org/D141903#4059288>, @arsenm wrote:
> An identical case with SGPRs and AGPRs wouldn't hurt too
Replacing the vregs with agpr/sgpr doesn't seem to work, I think the test case needs to have more changes to recreate the same issue with something other than vregs.
I'll commit this now as the fix is blocking a ticket, but if you know how to make the test work with s/agprs I can do a separate commit to increase testing coverage
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141903/new/
https://reviews.llvm.org/D141903
More information about the llvm-commits
mailing list