Searched refs:simplify (Results 1 – 25 of 353) sorted by relevance
12345678910>>...15
1 ; RUN: opt < %s -loop-simplify2 ; RUN: opt < %s -passes=loop-simplify
1 ; RUN: opt < %s -lcssa -loop-simplify -indvars -S | FileCheck %s7 ; Check that loop-simplify merges two loop exits, but preserves LCSSA form.
1 ; RUN: opt < %s -loop-simplify -licm -disable-output
1 ; RUN: opt < %s -loop-simplify -verify -licm -disable-output
1 ; RUN: opt < %s -loop-simplify
44 var simplify = new Simplify(new CommonTreeNodeStream(t)); in _Main()45 t = (CommonTree)simplify.Downup(t); in _Main()
1 …2:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-n32" -simplify-libcalls -S | Fil…4 ; check that simplify libcalls will not replace a call with one calling
2 ; RUN: opt < %s -simplify-libcalls -S | \4 ; RUN: opt < %s -simplify-libcalls -S | \
3 ; RUN: opt < %s -simplify-libcalls -S | \5 ; RUN: opt < %s -simplify-libcalls -S | \
1 ; RUN: opt < %s -simplify-libcalls -S | grep {select i1 %ispos}
1 ; RUN: opt < %s -simplify-libcalls -disable-output
1 ; RUN: opt < %s -simplify-libcalls -S > %t
2 ; RUN: opt < %s -simplify-libcalls -S | FileCheck %s
1 ; RUN: opt < %s -simplify-libcalls -instcombine -S | grep {ret i32 -65}
1 ; RUN: opt < %s -simplify-libcalls -S | grep {llvm.memmove}
1 ; RUN: opt < %s -simplify-libcalls -S | grep {llvm.memset}
1 ; RUN: opt < %s -inline -simplify-libcalls -functionattrs | \
1 ; RUN: opt -S -disable-simplify-libcalls -codegenprepare < %s | FileCheck %s9 ; - TLI::has (always returns false thanks to -disable-simplify-libcalls)
2 a minimum to simplify integration in case of changes to Sphinx theming.
1 ; RUN: opt < %s -loop-simplify -disable-output