[PATCH] D44386: [x86] Introduce the pconfig/enclv instructions

Gabor Buella via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 12 08:12:58 PDT 2018


GBuella created this revision.
GBuella added reviewers: craig.topper, zvi.
Herald added a subscriber: llvm-commits.

Two new instructions: pconfig and enclv. Four new LLVM
intrinsics for pconfig and for encl[u|s|v].


Repository:
  rL LLVM

https://reviews.llvm.org/D44386

Files:
  include/llvm/IR/IntrinsicsX86.td
  lib/Support/Host.cpp
  lib/Target/X86/X86.td
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.h
  lib/Target/X86/X86InstrInfo.td
  lib/Target/X86/X86InstrSGX.td
  lib/Target/X86/X86InstrSystem.td
  lib/Target/X86/X86IntrinsicsInfo.h
  lib/Target/X86/X86Subtarget.cpp
  lib/Target/X86/X86Subtarget.h
  test/CodeGen/X86/SGX32-intrinsics.ll
  test/CodeGen/X86/SGX64-intrinsics.ll
  test/CodeGen/X86/pconfig32-intrinsic.ll
  test/CodeGen/X86/pconfig64-intrinsic.ll
  test/MC/X86/sgx-encoding.s
  test/MC/X86/x86-32-coverage.s
  test/MC/X86/x86-64.s
  utils/TableGen/X86RecognizableInstr.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44386.138010.patch
Type: text/x-patch
Size: 30045 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180312/19e41745/attachment.bin>


More information about the llvm-commits mailing list