[Bug tree-optimization/55155] Autovectorization does not use unaligned loads/stores

2022-11-07 Thread aldyh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55155 Bug 55155 depends on bug 55157, which changed state. Bug 55157 Summary: Missed VRP with != 0 and multiply https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55157 What|Removed |Added --

[Bug tree-optimization/55155] Autovectorization does not use unaligned loads/stores

2021-06-08 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=55155 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |8.0 Status|UNCONFIRMED

[Bug tree-optimization/55155] Autovectorization does not use unaligned loads/stores

2012-10-31 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55155 --- Comment #1 from Andrew Pinski 2012-10-31 21:44:20 UTC --- : _19 = num_prods_6(D) * 16; if (_19 != 0) goto ; else goto ; : return; : _16 = ASSERT_EXPR <_19, _19 != 0>; ... if (_16 <= 4) goto ;