Add LTGT operator support for amdgcn
authorAndrew Stubbs <ams@codesourcery.com>
Wed, 29 Jan 2020 11:35:07 +0000 (11:35 +0000)
committerAndrew Stubbs <ams@codesourcery.com>
Thu, 30 Jan 2020 16:50:49 +0000 (16:50 +0000)
commit59e6d62be2c980adfc375702792afb141a1f1a1b
tree94c635a3e25a2447b015ca13b8e622d06b7bd965
parente0678350ea4ee367206898baa8830d2c79faa0a7
Add LTGT operator support for amdgcn

Fixes ICE in testcase gcc.dg/pr81228.c

2020-01-30  Andrew Stubbs  <ams@codesourcery.com>

gcc/
* config/gcn/gcn.c (print_operand): Handle LTGT.
* config/gcn/predicates.md (gcn_fp_compare_operator): Allow ltgt.
gcc/ChangeLog
gcc/config/gcn/gcn.c
gcc/config/gcn/predicates.md