[PATCH] D18650: [X86] Introduction of a new CPU Lakemont
Bruno Cardoso Lopes via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 31 09:32:39 PDT 2016
bruno accepted this revision.
bruno added a comment.
This revision is now accepted and ready to land.
Nice. LGTM
================
Comment at: test/CodeGen/X86/lakemont-soft-fp.ll:2
@@ +1,3 @@
+; RUN: llc < %s -march=x86 -mcpu=lakemont | FileCheck %s
+
+; Make sure -mcpu=lakemont implies soft floats.
----------------
The test can be renamed from lakemont-soft-fp.ll to lakemont.ll, since soft-fp is already implied and mentioned in the comments.
http://reviews.llvm.org/D18650
More information about the llvm-commits
mailing list