AMDGPU: Fix incorrect selection of buffer atomic fadd
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 5 Jun 2020 17:57:29 +0000 (13:57 -0400)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 5 Jun 2020 18:34:15 +0000 (14:34 -0400)
commit43bb1c239c27de0ef9fdb8a43da1ef0bc16fc42a
tree006dff9148d032e81530aad50b871d5ba75cd4c4
parenta080e345e439936d7f2d4733d0512c1b7d51e648
AMDGPU: Fix incorrect selection of buffer atomic fadd

There were additional standalone patterns for these nodes which were
missing the subtarget predicate.
llvm/lib/Target/AMDGPU/BUFInstructions.td
llvm/test/CodeGen/AMDGPU/fail-select-buffer-atomic-fadd.ll [new file with mode: 0644]