[Bug tree-optimization/126664] unswitch does not update probabilities of unswitched condition
"pinskia at gcc dot gnu.org via Gcc-bugs" <[email protected]> Wed, 05 Aug 2026 17:18:55 +0000
| Newsgroups | gmane.comp.gcc.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126664
Drea Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=122711
--- Comment #1 from Drea Pinski <pinskia at gcc dot gnu.org> ---
I wonder if this is really an issue with simduid .
Is this compiling with -fopenmp or -fopenmp-simd.
That is the problem also seen with `#pragma omp simd` removed?