[all-commits] [llvm/llvm-project] 544ef4: [AMDGPU] Set default op_sel_hi on accvgpr read/write
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Tue Nov 10 13:08:04 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 544ef42e40aa87d076595c275edabf13951aadf5
https://github.com/llvm/llvm-project/commit/544ef42e40aa87d076595c275edabf13951aadf5
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2020-11-10 (Tue, 10 Nov 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/VOP3PInstructions.td
M llvm/test/MC/AMDGPU/accvgpr-altnames.s
M llvm/test/MC/AMDGPU/mai.s
M llvm/test/MC/Disassembler/AMDGPU/mai.txt
Log Message:
-----------
[AMDGPU] Set default op_sel_hi on accvgpr read/write
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.
Differential Revision: https://reviews.llvm.org/D91202
More information about the All-commits
mailing list