[PATCH] D12277: [X86] Add intrinsic support for clac, stac, lgdt and sgdt

Michael Kuperstein via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 24 04:55:01 PDT 2015


mkuper created this revision.
mkuper added reviewers: rnk, majnemer.
mkuper added a subscriber: llvm-commits.

These intrinsics are not documented by Intel, but are required for MS compatibility (MSVC does document them).
(LLVM part, Clang part posted separately)

http://reviews.llvm.org/D12277

Files:
  include/llvm/IR/IntrinsicsX86.td
  lib/Target/X86/X86InstrSystem.td
  test/CodeGen/X86/system-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12277.32945.patch
Type: text/x-patch
Size: 5669 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150824/834ddc59/attachment.bin>


More information about the llvm-commits mailing list