This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH PR71956] Add missed check on MASK_STORE builtin.


Hi All,

Jakub introduced regression after r235764 and we got RF for
spec2000/176.gcc on HSW if loop vectorization is on (32-bit only).
Here is a simple fix which cures the issue.

Is it OK for trunk?
ChangeLog:
2016-08-11  Yuri Rumyantsev  <ysrumyan@gmail.com>

PR rtl-optimization/71956
* ipa-pure-const.c (check_call): Add missed check on MASK_STORE
builtin which can not be pure function.

Attachment: patch
Description: Binary data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]