[Bug tree-optimization/90594] [9/10/11 regression] Spurious popcount emitted
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90594 Hsiao-Hui Chiu changed: What|Removed |Added CC||hailey.chiu at sifive dot com
[Bug tree-optimization/95760] New: ivopts with loop variables
Assignee: unassigned at gcc dot gnu.org Reporter: hailey.chiu at sifive dot com Target Milestone: --- C Source: int **matrix; int n; void foo() { static int row; static int col; static int sum = 0; for( row = 0 ; row < n ; row++ ) { for( col