Allow memory operands for PTWRITE
authorAndi Kleen <ak@linux.intel.com>
Fri, 16 Nov 2018 15:46:31 +0000 (15:46 +0000)
committerAndi Kleen <ak@gcc.gnu.org>
Fri, 16 Nov 2018 15:46:31 +0000 (15:46 +0000)
commit81292845971e30311b241bf63462f9bf8bfb23ad
tree41c517254cef6663e33cb2083a0824b599051d5c
parentb1fe8605a12deddd1c5998ee6a78f1d17d507980
Allow memory operands for PTWRITE

The earlier PTWRITE builtin definition was unnecessarily restrictive,
only allowing register input to PTWRITE. The instruction actually
supports memory operands too, so allow that too.

gcc/:

2018-11-16  Andi Kleen  <ak@linux.intel.com>

* config/i386/i386.md: Allow memory operands to ptwrite.

From-SVN: r266211
gcc/ChangeLog
gcc/config/i386/i386.md