AMDGPU/GlobalISel: Select llvm.amdgcn.fdot2
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 18 Feb 2020 03:26:04 +0000 (22:26 -0500)
committerMatt Arsenault <arsenm2@gmail.com>
Fri, 21 Feb 2020 18:35:40 +0000 (13:35 -0500)
commit4c1c9422a3adab64433b8fde31f1ac346459b491
tree07138eb6cd3b35aee7c89dcc41fd42d4f5ad8696
parentdfce5fd50a00110890ad95dacca75886c6fd456d
AMDGPU/GlobalISel: Select llvm.amdgcn.fdot2

I'm slighly worried about the generated checks, since they won't catch
incorrect modifiers being added at the end of the line.
llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.td
llvm/lib/Target/AMDGPU/VOP3PInstructions.td
llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.fdot2.ll [new file with mode: 0644]