[all-commits] [llvm/llvm-project] 41e74e: [AMDGPU] Corrected declaration of VOPC instruction...
kpyzhov via All-commits
all-commits at lists.llvm.org
Thu Nov 5 16:12:15 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 41e74e400dc17cc25a3d69accae3a793e669e2af
https://github.com/llvm/llvm-project/commit/41e74e400dc17cc25a3d69accae3a793e669e2af
Author: Konstantin Pyzhov <Konstantin.Pyzhov at amd.com>
Date: 2020-11-05 (Thu, 05 Nov 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/VOPCInstructions.td
M llvm/test/CodeGen/AMDGPU/sdwa-peephole-instr.mir
M llvm/test/CodeGen/AMDGPU/wave32.ll
Log Message:
-----------
[AMDGPU] Corrected declaration of VOPC instructions with SDWA addressing mode.
Removed "implicit def VCC" from declarations of AMDGPU VOPC instructions since they do not implicitly write to VCC in SDWA mode.
Differential Revision: https://reviews.llvm.org/D89168
More information about the All-commits
mailing list