diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2022-10-13 08:08:26 +0200 |
---|---|---|
committer | Aldy Hernandez <aldyh@redhat.com> | 2022-10-13 14:16:05 +0200 |
commit | 5364b425934436b9ba52bd95ed8a8a19ce7af207 (patch) | |
tree | d3a5dda87a1a6ab4d63007f29604b7a85a2f6547 /gcc/tree-vect-loop.cc | |
parent | 786e4c024f941671a233f5779d73a5d22f4e9588 (diff) | |
download | gcc-5364b425934436b9ba52bd95ed8a8a19ce7af207.zip gcc-5364b425934436b9ba52bd95ed8a8a19ce7af207.tar.gz gcc-5364b425934436b9ba52bd95ed8a8a19ce7af207.tar.bz2 |
Add op1_op2_relation for float operands.
op1_op2_relation can be called for relops (bool = a < b) as well as
regular binary operators (z = a + b). This patch adds the overloaded
method for floating point results.
gcc/ChangeLog:
* range-op-float.cc (range_operator_float::op1_op2_relation): New.
(class foperator_equal): Add using.
(class foperator_not_equal): Same.
(class foperator_lt): Same.
(class foperator_le): Same.
(class foperator_gt): Same.
(class foperator_ge): Same.
* range-op.cc (range_op_handler::op1_op2_relation): New.
* range-op.h (range_operator_float::op1_op2_relation): New.
Diffstat (limited to 'gcc/tree-vect-loop.cc')
0 files changed, 0 insertions, 0 deletions