]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite/117958 - ifcombine differences on aarch64 vs rest
authorRichard Biener <rguenther@suse.de>
Fri, 17 Jan 2025 12:18:11 +0000 (13:18 +0100)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 17 Jan 2025 12:20:25 +0000 (13:20 +0100)
commit3347ac3cbc7704c7f1d69b6875b65129c6d7dae5
tree76648400de646244db3d5a71a6dd2e7dea9a9638
parent6580b89957ccabbb5aaf43736b36b9bd399fbc13
testsuite/117958 - ifcombine differences on aarch64 vs rest

ifcombine depends on BRANCH_COST and the testcase relies on ifcombine
to fully optimize the function.  But the important parts are optimized
everywhere, so the following delectively XFAILs the less important part.

PR testsuite/117958
* g++.dg/tree-ssa/pr117123.C: XFAIL parts on aarch64-*-*.
gcc/testsuite/g++.dg/tree-ssa/pr117123.C