[Bug target/107322] ICE: in extract_insn, at recog.cc:2791 (unrecognizable insn) with __bf16 compare

crazylht at gmail dot com gcc-bugzilla@gcc.gnu.org
Thu Oct 20 08:52:09 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107322

--- Comment #2 from Hongtao.liu <crazylht at gmail dot com> ---
Looks fine for _Float16 with same option

int i;
_Float16 f;

void
foo (void)
{
  i *= 0 >= f;
}


More information about the Gcc-bugs mailing list