[PATCH] D131959: [AMDGPU] Fix SDST operand of V_DIV_SCALE to always be VCC
Jeffrey Byrnes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 9 17:55:31 PDT 2022
jrbyrnes added a comment.
> Check D133593 <https://reviews.llvm.org/D133593>, it tries to address a similar problem, but with SCC.
Thanks Stas -- I played with D133593 <https://reviews.llvm.org/D133593> a bit. Looks like if we extend that to support VCC, then we don't need to emit those COPYs which I think will clear things up a bit for this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131959/new/
https://reviews.llvm.org/D131959
More information about the llvm-commits
mailing list