https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96906
Hongtao.liu <crazylht at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |crazylht at gmail dot com --- Comment #1 from Hongtao.liu <crazylht at gmail dot com> --- For vector compare to integer mask, gcc use UNSPEC, that's why it's not handled by general part, maybe peephole2 should be added for this.