Skip to content

Commit f3f129c

Browse files
committed
Try to achieve consistent formatting
1 parent acce415 commit f3f129c

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

llvm/lib/Target/AArch64/AArch64InstrInfo.td

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -438,13 +438,9 @@ def SDT_AArch64FCCMP : SDTypeProfile<1, 5,
438438
SDTCisInt<3>,
439439
SDTCisInt<4>,
440440
SDTCisVT<5, i32>]>;
441-
442-
def SDT_AArch64FCmp : SDTypeProfile<1, 2, [
443-
SDTCisVT<0, i32>, // out flags
444-
SDTCisFP<1>, // lhs
445-
SDTCisSameAs<2, 1> // rhs
446-
]>;
447-
441+
def SDT_AArch64FCmp : SDTypeProfile<1, 2, [SDTCisVT<0, i32>,
442+
SDTCisFP<1>,
443+
SDTCisSameAs<2, 1>]>;
448444
def SDT_AArch64Dup : SDTypeProfile<1, 1, [SDTCisVec<0>]>;
449445
def SDT_AArch64DupLane : SDTypeProfile<1, 2, [SDTCisVec<0>, SDTCisInt<2>]>;
450446
def SDT_AArch64Insr : SDTypeProfile<1, 2, [SDTCisVec<0>]>;
@@ -995,13 +991,10 @@ def AArch64probedalloca
995991
[SDNPHasChain, SDNPMayStore]>;
996992

997993
def AArch64mrs : SDNode<"AArch64ISD::MRS",
998-
SDTypeProfile<2, 1, [
999-
SDTCisVT<0, i64>, // result
1000-
SDTCisVT<1, i32>, // out flags
1001-
SDTCisVT<2, i32> // system register number
1002-
]>,
1003-
[SDNPHasChain]
1004-
>;
994+
SDTypeProfile<2, 1, [SDTCisVT<0, i64>,
995+
SDTCisVT<1, i32>,
996+
SDTCisVT<2, i32>]>,
997+
[SDNPHasChain]>;
1005998

1006999
def SD_AArch64rshrnb : SDTypeProfile<1, 2, [SDTCisVec<0>, SDTCisVec<1>, SDTCisInt<2>]>;
10071000
def AArch64rshrnb : SDNode<"AArch64ISD::RSHRNB_I", SD_AArch64rshrnb>;

0 commit comments

Comments
 (0)