[llvm-commits] [llvm] r154960 - in /llvm/trunk: include/llvm/Target/TargetLibraryInfo.h lib/Target/TargetLibraryInfo.cpp lib/Transforms/Scalar/SimplifyLibCalls.cpp test/CodeGen/X86/win_math_simplify_libcall.ll

Chandler Carruth chandlerc at google.com
Tue Apr 17 16:13:36 PDT 2012


On Wed, Apr 18, 2012 at 1:05 AM, Joe Groff <arcata at gmail.com> wrote:

> --- llvm/trunk/test/CodeGen/X86/win_math_simplify_libcall.ll (added)
> +++ llvm/trunk/test/CodeGen/X86/win_math_simplify_libcall.ll Tue Apr 17
> 18:05:54 2012
> @@ -0,0 +1,275 @@
> +; RUN: opt -O2 -S -mtriple=i386-pc-win32 < %s | FileCheck %s
> -check-prefix=WIN32
> +; RUN: opt -O2 -S -mtriple=x86_64-pc-win32 < %s | FileCheck %s
> -check-prefix=WIN64
> +; RUN: opt -O2 -S -mtriple=i386-pc-mingw32 < %s | FileCheck %s
> -check-prefix=MINGW32
> +; RUN: opt -O2 -S -mtriple=x86_64-pc-mingw32 < %s | FileCheck %s
> -check-prefix=MINGW64
>

These tests don't belong here. They aren't testing CodeGen at all -- you're
running opt, not llc.

They should live somewher under test/Transforms, likely near other
SimplifyLibCalls tests.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120418/896e8869/attachment.html>


More information about the llvm-commits mailing list