[PATCH] [X86] Updates to X86 backend for f16 promotion
Ahmed Bougacha
ahmed.bougacha at gmail.com
Mon May 11 09:33:52 PDT 2015
Stricter tests indeed, go ahead. Thanks!
-Ahmed
================
Comment at: test/CodeGen/X86/half.ll:1-2
@@ -1,3 +1,3 @@
-; RUN: llc < %s -march=x86-64 -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 -mattr=-f16c | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-LIBCALL
-; RUN: llc < %s -march=x86-64 -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 -mattr=+f16c | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-F16C
+; RUN: llc < %s -march=x86-64 -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 -mattr=-f16c -asm-verbose=false | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-LIBCALL
+; RUN: llc < %s -march=x86-64 -mtriple=x86_64-unknown-linux-gnu -mcpu=corei7 -mattr=+f16c -asm-verbose=false | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-F16C
----------------
You might want to wrap both of these lines, they're starting to get pretty unwieldy!
http://reviews.llvm.org/D9092
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list