]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-optimization/115764 - testcase for BB SLP issue
authorRichard Biener <rguenther@suse.de>
Wed, 3 Jul 2024 07:05:06 +0000 (09:05 +0200)
committerRichard Biener <rguenth@gcc.gnu.org>
Wed, 3 Jul 2024 07:16:28 +0000 (09:16 +0200)
commit2be2145f4f14a79e4bb8e845168d7f0d25dc1b5b
treed666b396d20109c6cdc460cf7a01d4b5b1480f1d
parent038d64f62271ddc62aa35d0a5dfd3843fdb9e6d7
tree-optimization/115764 - testcase for BB SLP issue

The following adds a testcase for a CSE issue with BB SLP two operator
handling when we make those CSE aware by providing SLP_TREE_SCALAR_STMTS
for them.  This was reduced from 526.blender_r.

PR tree-optimization/115764
* gcc.dg/vect/bb-slp-76.c: New testcase.
gcc/testsuite/gcc.dg/vect/bb-slp-76.c [new file with mode: 0644]