[PATCH] D45253: [X86][WAITPKG] WaitPKG instructions

Gabor Buella via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 6 05:12:52 PDT 2018


GBuella updated this revision to Diff 141318.
GBuella added a comment.

Fixed umonitor 16 bit decoding.
Fixed umwait, tpause instruction description - modified the corresponding intrinsics, thus https://reviews.llvm.org/D45254 needs to be updated.


https://reviews.llvm.org/D45253

Files:
  include/llvm/IR/IntrinsicsX86.td
  lib/Support/Host.cpp
  lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
  lib/Target/X86/X86.td
  lib/Target/X86/X86InstrInfo.td
  lib/Target/X86/X86InstrSSE.td
  lib/Target/X86/X86Subtarget.cpp
  lib/Target/X86/X86Subtarget.h
  test/CodeGen/X86/waitpkg-intrinsics-32.ll
  test/CodeGen/X86/waitpkg-intrinsics-64.ll
  test/MC/Disassembler/X86/x86-16.txt
  test/MC/Disassembler/X86/x86-32.txt
  test/MC/Disassembler/X86/x86-64.txt
  test/MC/X86/x86-16.s
  test/MC/X86/x86-32-coverage.s
  test/MC/X86/x86-64.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45253.141318.patch
Type: text/x-patch
Size: 13865 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180406/ccdbcb8e/attachment.bin>


More information about the llvm-commits mailing list