[PATCH] Moving MipsOptimizeMathLibCalls to Transforms/Scalar
JF Bastien
jfb at google.com
Thu Aug 22 13:46:10 PDT 2013
You've got a truncated comment:
+++ b/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp
@@ -0,0 +1,156 @@
+//===--- PartiallyInlineLibCalls.cpp - Partially inline libcalls
----------===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// This pass tries to partially inline the fast path of well-known library
+// functions, such as using square-root instructions for cases where sqrt()
+// does not
More information about the llvm-commits
mailing list