amdgcn: Fix subdf3 pattern
authorJulian Brown <julian@codesourcery.com>
Mon, 30 Nov 2020 20:01:37 +0000 (12:01 -0800)
committerJulian Brown <julian@codesourcery.com>
Wed, 13 Jan 2021 00:46:01 +0000 (16:46 -0800)
commitabb3993e49c04bd40e42f196f55785cc3fd81682
tree8867dc9f0030048915a8937dfcbe404fd86e6a84
parent6851dda2e7969c4ce06d49db97486213aba046e6
amdgcn: Fix subdf3 pattern

This patch fixes a typo in the subdf3 pattern that meant it had a
non-standard name and thus the compiler would emit a libcall rather than
the proper hardware instruction for DFmode subtraction.

2021-01-13  Julian Brown  <julian@codesourcery.com>

gcc/
* config/gcn/gcn-valu.md (subdf): Rename to...
(subdf3): This.
gcc/config/gcn/gcn-valu.md