Re: r269907 - Add new intrinsic support for MONITORX and MWAITX instructions

2016-05-20 Thread Ashutosh Nema via cfe-commits
has been broken since this commit landed: >> >> >> http://lab.llvm.org:8011/builders/clang-x86_64-linux-selfhost-modules/builds/15761/steps/compile.llvm.stage2/logs/stdio >> >> Please fix or revert. >> >> On Wed, May 18, 2016 at 4:56 AM, Ashutosh Nema via cf

r269907 - Add new intrinsic support for MONITORX and MWAITX instructions

2016-05-18 Thread Ashutosh Nema via cfe-commits
Author: ashutosh Date: Wed May 18 06:56:23 2016 New Revision: 269907 URL: http://llvm.org/viewvc/llvm-project?rev=269907&view=rev Log: Add new intrinsic support for MONITORX and MWAITX instructions Summary: MONITORX/MWAITX instructions provide similar capability to the MONITOR/MWAIT pair while ad

Re: [PATCH] D19796: Add new intrinsic support for MONITORX and MWAITX instructions.

2016-05-18 Thread Ashutosh Nema via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL269907: Add new intrinsic support for MONITORX and MWAITX instructions (authored by Ashutosh). Changed prior to commit: http://reviews.llvm.org/D19796?vs=55788&id=57593#toc Repository: rL LLVM http: