[PATCH] D91202: [AMDGPU] Set default op_sel_hi on accvgpr read/write
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 10 12:38:52 PST 2020
rampitec created this revision.
rampitec added a reviewer: kzhuravl.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, arsenm.
Herald added a project: LLVM.
rampitec requested review of this revision.
Herald added a subscriber: wdng.
These are opsel opcodes with op_sel actually being ignored.
As a such op_sel_hi needs to be set to default 1 even though
these bits are ignored. This is compatibility change.
https://reviews.llvm.org/D91202
Files:
llvm/lib/Target/AMDGPU/VOP3PInstructions.td
llvm/test/MC/AMDGPU/accvgpr-altnames.s
llvm/test/MC/AMDGPU/mai.s
llvm/test/MC/Disassembler/AMDGPU/mai.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91202.304306.patch
Type: text/x-patch
Size: 8458 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201110/a4c48d8b/attachment.bin>
More information about the llvm-commits
mailing list