[PATCH] D80065: AMDGPU: Fix illegally constant folding from V_MOV_B32_sdwa
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 18 11:54:30 PDT 2020
rampitec added a comment.
In D80065#2042189 <https://reviews.llvm.org/D80065#2042189>, @arsenm wrote:
> > It looks like it does support VOP3 form. I can encode 'v_mov_b32 v0, 100'.
>
> That's still VOP1 with literal
I have to disagree. It has VOP1 and VOP3 encodings.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80065/new/
https://reviews.llvm.org/D80065
More information about the llvm-commits
mailing list