[PATCH] Moving MipsOptimizeMathLibCalls to Transforms/Scalar

Richard Sandiford rsandifo at linux.vnet.ibm.com
Fri Aug 23 03:30:19 PDT 2013


JF Bastien <jfb at google.com> writes:
> 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

Doh!

Thanks for the reviews.  Committed with the fixed comment as 189097.

Richard




More information about the llvm-commits mailing list