[AMDGPU] Fix True16 patterns for cmp on GFX11
authorJoe Nash <Joseph.Nash@amd.com>
Mon, 10 Oct 2022 18:37:18 +0000 (14:37 -0400)
committerJoe Nash <Joseph.Nash@amd.com>
Mon, 10 Oct 2022 20:41:06 +0000 (16:41 -0400)
commit8a7d4993b77a2b702f2ab9e16b3d0eb4bae04a40
tree6e99ef0f4de34857a89d5ec8395c6d724e05d4d2
parentfa58926d7cff53ecd737ea9fdc5d12900c016667
[AMDGPU] Fix True16 patterns for cmp on GFX11

These patterns should have a True16 version and a non-true16 version.

Reviewed By: arsenm

Differential Revision: https://reviews.llvm.org/D135609
llvm/lib/Target/AMDGPU/VOPCInstructions.td
llvm/test/CodeGen/AMDGPU/v_cmp_gfx11.ll [new file with mode: 0644]