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

Amjad Aboud via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 01:55:31 PDT 2015


aaboud updated this revision to Diff 36715.
aaboud added a comment.

Fixed LIT tests by adding target specific attributes flag (-mattr).
To do that the LIT tests where split into separate files according to the attribute passed for each one.


Repository:
  rL LLVM

http://reviews.llvm.org/D13012

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13012.36715.patch
Type: text/x-patch
Size: 18909 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151007/579dfe07/attachment.bin>


More information about the llvm-commits mailing list