aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.cc
diff options
context:
space:
mode:
authorliuhongt <hongtao.liu@intel.com>2024-01-19 09:22:39 +0800
committerliuhongt <hongtao.liu@intel.com>2024-01-19 10:45:47 +0800
commit1c51d0109a4730827c40c3bbd3a59d459828017e (patch)
tree68576b8de7cefee72d727bf817f1537a88abe58b /gcc/expr.cc
parent565935f93a7da629da89b05812a3e8c43287598f (diff)
downloadgcc-1c51d0109a4730827c40c3bbd3a59d459828017e.zip
gcc-1c51d0109a4730827c40c3bbd3a59d459828017e.tar.gz
gcc-1c51d0109a4730827c40c3bbd3a59d459828017e.tar.bz2
Fix testcase failure on many platforms which don't support vect_int_max.
After r14-7124-g6686e16fda4190, the testcase can be optimized to MAX_EXPR if the backends support that. So I adjust the testcase to scan for MAX_EXPR, but it failed many platforms which don't support that. As pinski mentioned, target vect_no_int_min_max is only available under vect directory, so for simplicity, I adjust the testcase to scan either MAX_EXPR or original VEC_COND_EXPR. gcc/testsuite/ChangeLog: PR testsuite/113437 * gcc.dg/tree-ssa/pr95906.c: Scan either MAX_EXPR or VEC_COND_EXPR.
Diffstat (limited to 'gcc/expr.cc')
0 files changed, 0 insertions, 0 deletions