[PATCH] D13269: Improved X86-FMA3 mem-folding & coalescing

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 10 07:15:15 PDT 2015


RKSimon added a subscriber: RKSimon.

================
Comment at: llvm/test/CodeGen/X86/fma-commute-x86.ll:4
@@ +3,3 @@
+; RUN: llc < %s -mcpu=bdver2 -mtriple=x86_64-pc-win32 -mattr=-fma4 | FileCheck %s
+
+declare <4 x float> @llvm.x86.fma.vfmadd.ps(<4 x float>, <4 x float>, <4 x float>) nounwind readnone
----------------
Please can you regenerate with update_llc_test_checks.py to ensure that no extra mov or other instructions are being included. 


http://reviews.llvm.org/D13269





More information about the llvm-commits mailing list