https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97786
--- Comment #3 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by HaoChen Gui <guih...@gcc.gnu.org>: https://gcc.gnu.org/g:08108d57246210de7d5a00b1967dab7102d356bc commit r15-2927-g08108d57246210de7d5a00b1967dab7102d356bc Author: Haochen Gui <guih...@gcc.gnu.org> Date: Thu Aug 15 13:43:28 2024 +0800 rs6000: Implement optab_isnormal for SFDF and IEEE128 gcc/ PR target/97786 * config/rs6000/vsx.md (isnormal<mode>2): New expand. gcc/testsuite/ PR target/97786 * gcc.target/powerpc/pr97786-7.c: New test. * gcc.target/powerpc/pr97786-8.c: New test.