We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612aea1 commit 3cd0d48Copy full SHA for 3cd0d48
flang/test/Fir/affine-loop-fusion.fir
@@ -1,6 +1,6 @@
1
// Test loop fusion after affine promotion
2
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
+// RUN: tco --promote-to-affine --affine-loop-invariant-code-motion --cse --affine-loop-fusion --simplify-affine-structures --cse -affine-scalrep %s | FileCheck %s
4
5
!arr_d1 = type !fir.ref<!fir.array<?xf32>>
6
#arr_len = affine_map<()[j1,k1] -> (k1 - j1 + 1)>
0 commit comments