https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111473
Bug ID: 111473 Summary: Missed COND_SQRT and COND_LEN_SQRT internal fn Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: lehua.ding at rivai dot ai Target Milestone: --- Currently, we cann't autovec no-fast-math sqrt code since the midend missed COND_SQRT and COND_LEN_SQRT patterns. Reproduce on compiler explorer: https://godbolt.org/z/nd61GTK6e