[PATCH] D13012: [X86] Add XSAVE intrinsics (LLVM part)
Amjad Aboud via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 7 01:48:39 PDT 2015
aaboud added a comment.
Thanks for the comment.
I will upload a new patch.
================
Comment at: test/CodeGen/X86/system-intrinsics-64.ll:1
@@ -1,2 +1,2 @@
; RUN: llc < %s -mtriple=x86_64-unknown-unknown | FileCheck %s
----------------
craig.topper wrote:
> The command line for this test doesn't enable xsaves or xsaveopt. Looks like its up to feature detection on the processor it runs on.
I will fix that, see updated patch.
Repository:
rL LLVM
http://reviews.llvm.org/D13012
More information about the llvm-commits
mailing list