aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-expr.cc
diff options
context:
space:
mode:
authorKewen Lin <linkw@linux.ibm.com>2024-11-15 03:46:33 +0000
committerKewen Lin <linkw@gcc.gnu.org>2024-11-15 03:46:33 +0000
commit311bcf9d4c3950e75a8ea83f8b1dd1facffd1910 (patch)
tree0c34d068a72be47f9e98d116b51f026935e3f6d3 /gcc/fortran/trans-expr.cc
parent2e22882f3ec88f540c2255ddce4fb69ac69911b7 (diff)
downloadgcc-311bcf9d4c3950e75a8ea83f8b1dd1facffd1910.zip
gcc-311bcf9d4c3950e75a8ea83f8b1dd1facffd1910.tar.gz
gcc-311bcf9d4c3950e75a8ea83f8b1dd1facffd1910.tar.bz2
rs6000: Rework vector integer comparison in rs6000_emit_vector_compare - p1
The current handlings in rs6000_emit_vector_compare is a bit complicated to me, especially after we emit vector float comparison insn with the given code directly. So it's better to refactor the handlings of vector integer comparison here. This is part 1, it's to remove the helper function rs6000_emit_vector_compare_inner and move the logics into rs6000_emit_vector_compare. This patch doesn't introduce any functionality change. gcc/ChangeLog: * config/rs6000/rs6000.cc (rs6000_emit_vector_compare_inner): Remove. (rs6000_emit_vector_compare): Emit rtx comparison for operators EQ/ GT/GTU directly.
Diffstat (limited to 'gcc/fortran/trans-expr.cc')
0 files changed, 0 insertions, 0 deletions