Removed "implicit def VCC" from declarations of AMDGPU VOPC instructions since they do not implicitly write to VCC in SDWA mode.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D89168
[AMDGPU] Corrected declaration of VOPC instructions with SDWA addressing mode. ClosedPublic Authored by kpyzhov on Oct 9 2020, 3:56 PM.
Details Summary Removed "implicit def VCC" from declarations of AMDGPU VOPC instructions since they do not implicitly write to VCC in SDWA mode.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 5 2020, 9:14 AM This revision was landed with ongoing or failed builds.Nov 5 2020, 4:12 PM Closed by commit rG41e74e400dc1: [AMDGPU] Corrected declaration of VOPC instructions with SDWA addressing mode. (authored by kpyzhov). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 303292 llvm/lib/Target/AMDGPU/VOPCInstructions.td
llvm/test/CodeGen/AMDGPU/sdwa-peephole-instr.mir
llvm/test/CodeGen/AMDGPU/wave32.ll
|