[PATCH] D12346: x32. Fixes a bug in how struct va_list is initialized in x32
Derek Schuff via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 8 12:53:21 PDT 2015
dschuff added inline comments.
================
Comment at: test/CodeGen/X86/stdarg.ll:1
@@ -1,3 +1,2 @@
-; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
-; CHECK: testb %al, %al
+; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s -check-prefix=X8664 -check-prefix=CHECK
----------------
can we go back to one check-prefix now?
================
Comment at: test/CodeGen/X86/x32-va_start.ll:1
@@ +1,2 @@
+; RUN: llc < %s -mtriple=x86_64-linux-gnux32 | FileCheck %s -check-prefix=CHECK
+;
----------------
I guess we could also do a NOSSE version in this file too?
http://reviews.llvm.org/D12346
More information about the llvm-commits
mailing list