[PATCH] D13012: [X86] Add XSAVE intrinsics (LLVM part)

Amjad Aboud via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 21 05:34:41 PDT 2015


aaboud created this revision.
aaboud added reviewers: mkuper, delena, craig.topper.
aaboud added a subscriber: llvm-commits.
aaboud set the repository for this revision to rL LLVM.

Add intrinsics for the XSAVE instructions:
XSAVE, XSAVE64
XRSTOR, XRSTOR64
XSAVEOPT, XSAVEOPT64
XRSTORS, XRSTORS64
XSAVEC, XSAVEC64
XSAVES, XSAVES64

Repository:
  rL LLVM

http://reviews.llvm.org/D13012

Files:
  include/llvm/IR/IntrinsicsX86.td
  lib/Support/Host.cpp
  lib/Target/X86/X86InstrInfo.td
  lib/Target/X86/X86InstrSystem.td
  test/CodeGen/X86/system-intrinsics-64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13012.35233.patch
Type: text/x-patch
Size: 10658 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150921/2fe89bcf/attachment.bin>


More information about the llvm-commits mailing list