]> granicus.if.org Git - llvm/commit
AMDGPU: Raise the priority of MAD24 in instruction selection.
authorChangpeng Fang <changpeng.fang@gmail.com>
Tue, 15 Jan 2019 23:12:36 +0000 (23:12 +0000)
committerChangpeng Fang <changpeng.fang@gmail.com>
Tue, 15 Jan 2019 23:12:36 +0000 (23:12 +0000)
commit844041aadf0bfc980baf6ba98eeafc2b903ac583
tree0997a10170b38fa20b25f833b2d24f6bd79ccd5e
parentbf3266d130c74f715897dd860cec93ab42eed105
AMDGPU: Raise the priority of MAD24 in instruction selection.

Summary:
  We have seen performance regression when v_add3 is generated. The major reason is that the v_mad pattern
is broken when v_add3 is generated. We also see the register pressure increased. While we could not properly
estimate register pressure during instruction selection, we can give mad a higher priority.

In this work, we raise the priority for mad24 in selection and resolve the performance regression.

Reviewers:
  rampitec

Differential Revision:
  https://reviews.llvm.org/D56745

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351273 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/AMDGPUInstructions.td
test/CodeGen/AMDGPU/add3.ll