Searched refs:reassociate (Results 1 – 25 of 74) sorted by relevance
123
1 ; The reassociate pass is not preserving dominance properties correctly3 ; RUN: opt < %s -reassociate
1 ; RUN: opt < %s -reassociate -S | FileCheck %s3 ; When there is nothing to do, or not much to do, check that reassociate leaves
12 ; In this case, we want to reassociate the specified expr so that i+j can be15 ; RUN: opt < %s -reassociate -S | grep 115 | not grep 117
1 ; RUN: opt < %s -reassociate -S | FileCheck %s
1 ; RUN: opt < %s -reassociate -disable-output
1 ; RUN: opt < %s -reassociate -instcombine -S | FileCheck %s
1 ; RUN: opt -S -reassociate < %s | FileCheck %s
1 ; RUN: opt < %s -reassociate -dce -S | FileCheck %s
3 ; RUN: opt < %s -reassociate -instcombine -S |\
2 ; RUN: opt < %s -reassociate -instcombine -S | FileCheck %s
1 ; RUN: opt -reassociate -S < %s | FileCheck %s
1 ; RUN: opt -reassociate %s -S -o - | FileCheck %s
1 ; RUN: opt < %s -reassociate
1 ; RUN: opt -reassociate %s -S | FileCheck %s