[Bug target/109117] "__builtin_ia32_vaesdec_v16qi" compiled only with option -mvaes report ICE.

2023-03-14 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109117 --- Comment #5 from CVS Commits --- The master branch has been updated by hongtao Liu : https://gcc.gnu.org/g:a9ae16db8cbb2c0ec8e8384ac38ce618f9af1e3a commit r13-6680-ga9ae16db8cbb2c0ec8e8384ac38ce618f9af1e3a Author: Hu, Lin1 Date: Mon Mar

[Bug target/109117] "__builtin_ia32_vaesdec_v16qi" compiled only with option -mvaes report ICE.

2023-03-14 Thread lin1.hu at intel dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109117 --- Comment #4 from lin1.hu at intel dot com --- (In reply to lin1.hu from comment #2) > Created attachment 54659 [details] > 0001-i386-Add-missing-OPTION_MASK_ISA_AVX512VL-in-i386-bu.patch Regtested on x86_64-pc-linux-gnu.

[Bug target/109117] "__builtin_ia32_vaesdec_v16qi" compiled only with option -mvaes report ICE.

2023-03-13 Thread lin1.hu at intel dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109117 lin1.hu at intel dot com changed: What|Removed |Added Attachment #54659|No need AVX512VL for|0001-i386-Add-missing-OPTIO

[Bug target/109117] "__builtin_ia32_vaesdec_v16qi" compiled only with option -mvaes report ICE.

2023-03-13 Thread lin1.hu at intel dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109117 --- Comment #2 from lin1.hu at intel dot com --- Created attachment 54659 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54659=edit No need AVX512VL for 256bit, so I modify the original patch.

[Bug target/109117] "__builtin_ia32_vaesdec_v16qi" compiled only with option -mvaes report ICE.

2023-03-13 Thread lin1.hu at intel dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109117 --- Comment #1 from lin1.hu at intel dot com --- Created attachment 54657 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54657=edit Untested fix.