Skip to content

Commit fdbbc4b

Browse files
committed
fix formatting of rst and tablegen files
1 parent 725d96f commit fdbbc4b

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

llvm/docs/LangRef.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26507,8 +26507,8 @@ Syntax:
2650726507

2650826508
declare <type>
2650926509
@llvm.experimental.constrained.asin(<type> <op1>,
26510-
metadata <rounding mode>,
26511-
metadata <exception behavior>)
26510+
metadata <rounding mode>,
26511+
metadata <exception behavior>)
2651226512

2651326513
Overview:
2651426514
"""""""""
@@ -26543,8 +26543,8 @@ Syntax:
2654326543

2654426544
declare <type>
2654526545
@llvm.experimental.constrained.acos(<type> <op1>,
26546-
metadata <rounding mode>,
26547-
metadata <exception behavior>)
26546+
metadata <rounding mode>,
26547+
metadata <exception behavior>)
2654826548

2654926549
Overview:
2655026550
"""""""""
@@ -26579,8 +26579,8 @@ Syntax:
2657926579

2658026580
declare <type>
2658126581
@llvm.experimental.constrained.atan(<type> <op1>,
26582-
metadata <rounding mode>,
26583-
metadata <exception behavior>)
26582+
metadata <rounding mode>,
26583+
metadata <exception behavior>)
2658426584

2658526585
Overview:
2658626586
"""""""""
@@ -26614,8 +26614,8 @@ Syntax:
2661426614

2661526615
declare <type>
2661626616
@llvm.experimental.constrained.sinh(<type> <op1>,
26617-
metadata <rounding mode>,
26618-
metadata <exception behavior>)
26617+
metadata <rounding mode>,
26618+
metadata <exception behavior>)
2661926619

2662026620
Overview:
2662126621
"""""""""
@@ -26650,8 +26650,8 @@ Syntax:
2665026650

2665126651
declare <type>
2665226652
@llvm.experimental.constrained.cosh(<type> <op1>,
26653-
metadata <rounding mode>,
26654-
metadata <exception behavior>)
26653+
metadata <rounding mode>,
26654+
metadata <exception behavior>)
2665526655

2665626656
Overview:
2665726657
"""""""""
@@ -26686,8 +26686,8 @@ Syntax:
2668626686

2668726687
declare <type>
2668826688
@llvm.experimental.constrained.tanh(<type> <op1>,
26689-
metadata <rounding mode>,
26690-
metadata <exception behavior>)
26689+
metadata <rounding mode>,
26690+
metadata <exception behavior>)
2669126691

2669226692
Overview:
2669326693
"""""""""

llvm/include/llvm/Target/TargetSelectionDAG.td

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -576,23 +576,23 @@ def strict_fcos : SDNode<"ISD::STRICT_FCOS",
576576
SDTFPUnaryOp, [SDNPHasChain]>;
577577
def strict_ftan : SDNode<"ISD::STRICT_FTAN",
578578
SDTFPUnaryOp, [SDNPHasChain]>;
579-
def strict_fasin : SDNode<"ISD::STRICT_FASIN",
579+
def strict_fasin : SDNode<"ISD::STRICT_FASIN",
580580
SDTFPUnaryOp, [SDNPHasChain]>;
581-
def strict_facos : SDNode<"ISD::STRICT_FACOS",
581+
def strict_facos : SDNode<"ISD::STRICT_FACOS",
582582
SDTFPUnaryOp, [SDNPHasChain]>;
583-
def strict_fatan : SDNode<"ISD::STRICT_FATAN",
583+
def strict_fatan : SDNode<"ISD::STRICT_FATAN",
584584
SDTFPUnaryOp, [SDNPHasChain]>;
585-
def strict_fsinh : SDNode<"ISD::STRICT_FSINH",
585+
def strict_fsinh : SDNode<"ISD::STRICT_FSINH",
586586
SDTFPUnaryOp, [SDNPHasChain]>;
587-
def strict_fcosh : SDNode<"ISD::STRICT_FCOSH",
587+
def strict_fcosh : SDNode<"ISD::STRICT_FCOSH",
588588
SDTFPUnaryOp, [SDNPHasChain]>;
589-
def strict_ftanh : SDNode<"ISD::STRICT_FTANH",
589+
def strict_ftanh : SDNode<"ISD::STRICT_FTANH",
590590
SDTFPUnaryOp, [SDNPHasChain]>;
591591
def strict_fexp2 : SDNode<"ISD::STRICT_FEXP2",
592592
SDTFPUnaryOp, [SDNPHasChain]>;
593593
def strict_fpow : SDNode<"ISD::STRICT_FPOW",
594594
SDTFPBinOp, [SDNPHasChain]>;
595-
def strict_fldexp : SDNode<"ISD::STRICT_FLDEXP",
595+
def strict_fldexp : SDNode<"ISD::STRICT_FLDEXP",
596596
SDTFPExpOp, [SDNPHasChain]>;
597597
def strict_flog2 : SDNode<"ISD::STRICT_FLOG2",
598598
SDTFPUnaryOp, [SDNPHasChain]>;
@@ -1546,22 +1546,22 @@ def any_fcos : PatFrags<(ops node:$src),
15461546
def any_ftan : PatFrags<(ops node:$src),
15471547
[(strict_ftan node:$src),
15481548
(ftan node:$src)]>;
1549-
def any_fasin : PatFrags<(ops node:$src),
1549+
def any_fasin : PatFrags<(ops node:$src),
15501550
[(strict_fasin node:$src),
15511551
(fasin node:$src)]>;
1552-
def any_facos : PatFrags<(ops node:$src),
1552+
def any_facos : PatFrags<(ops node:$src),
15531553
[(strict_facos node:$src),
15541554
(facos node:$src)]>;
1555-
def any_fatan : PatFrags<(ops node:$src),
1555+
def any_fatan : PatFrags<(ops node:$src),
15561556
[(strict_fatan node:$src),
15571557
(fatan node:$src)]>;
1558-
def any_fsinh : PatFrags<(ops node:$src),
1558+
def any_fsinh : PatFrags<(ops node:$src),
15591559
[(strict_fsinh node:$src),
15601560
(fsinh node:$src)]>;
1561-
def any_fcosh : PatFrags<(ops node:$src),
1561+
def any_fcosh : PatFrags<(ops node:$src),
15621562
[(strict_fcosh node:$src),
15631563
(fcosh node:$src)]>;
1564-
def any_ftanh : PatFrags<(ops node:$src),
1564+
def any_ftanh : PatFrags<(ops node:$src),
15651565
[(strict_ftanh node:$src),
15661566
(ftanh node:$src)]>;
15671567
def any_fexp2 : PatFrags<(ops node:$src),

0 commit comments

Comments
 (0)