Skip to content

Commit 3cd0d48

Browse files
committed
[rebase] memref-dataflow-opt option renamed affine-scalrep
See llvm@88e4aae
1 parent 612aea1 commit 3cd0d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/test/Fir/affine-loop-fusion.fir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Test loop fusion after affine promotion
22

3-
// RUN: tco --promote-to-affine --affine-loop-invariant-code-motion --cse --affine-loop-fusion --simplify-affine-structures --cse --memref-dataflow-opt %s | FileCheck %s
3+
// RUN: tco --promote-to-affine --affine-loop-invariant-code-motion --cse --affine-loop-fusion --simplify-affine-structures --cse -affine-scalrep %s | FileCheck %s
44

55
!arr_d1 = type !fir.ref<!fir.array<?xf32>>
66
#arr_len = affine_map<()[j1,k1] -> (k1 - j1 + 1)>

0 commit comments

Comments
 (0)