Skip to content

Commit c8b920c

Browse files
author
Thorsten Schütt
committed
indent
1 parent cbf85de commit c8b920c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

llvm/include/llvm/Target/GlobalISel/Combine.td

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,14 +1696,14 @@ def APlusBMinusCPlusA : GICombineRule<
16961696
(apply (G_SUB $root, $B, $C))>;
16971697

16981698
def integer_reassoc_combines: GICombineGroup<[
1699-
ZeroMinusAPlusB,
1700-
APlusZeroMinusB,
1701-
APlusBMinusB,
1702-
BMinusAPlusA,
1703-
AMinusBPlusCMinusA,
1704-
AMinusBPlusBMinusC,
1705-
APlusBMinusAplusC,
1706-
APlusBMinusCPlusA
1699+
ZeroMinusAPlusB,
1700+
APlusZeroMinusB,
1701+
APlusBMinusB,
1702+
BMinusAPlusA,
1703+
AMinusBPlusCMinusA,
1704+
AMinusBPlusBMinusC,
1705+
APlusBMinusAplusC,
1706+
APlusBMinusCPlusA
17071707
]>;
17081708

17091709
// FIXME: These should use the custom predicate feature once it lands.

0 commit comments

Comments
 (0)