[PATCH] D19795: Add new flag and intrinsic support for MWAITX and MONITORX instructions.

Ganesh Gopalasubramanian via llvm-commits llvm-commits at lists.llvm.org
Tue May 17 22:16:26 PDT 2016


GGanesh added a comment.

Thank you!

I am adding below tests in mwaitx.ll and will commit the changes.

; RUN: llc < %s -mtriple=x86_64-linux -mcpu=bdver4 | FileCheck %s
; RUN: llc < %s -mtriple=x86_64-win32 -mcpu=bdver4 | FileCheck %s -check-prefix=WIN64


Repository:
  rL LLVM

http://reviews.llvm.org/D19795





More information about the llvm-commits mailing list