@@ -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>]>;
448444def SDT_AArch64Dup : SDTypeProfile<1, 1, [SDTCisVec<0>]>;
449445def SDT_AArch64DupLane : SDTypeProfile<1, 2, [SDTCisVec<0>, SDTCisInt<2>]>;
450446def SDT_AArch64Insr : SDTypeProfile<1, 2, [SDTCisVec<0>]>;
@@ -995,13 +991,10 @@ def AArch64probedalloca
995991 [SDNPHasChain, SDNPMayStore]>;
996992
997993def 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
1006999def SD_AArch64rshrnb : SDTypeProfile<1, 2, [SDTCisVec<0>, SDTCisVec<1>, SDTCisInt<2>]>;
10071000def AArch64rshrnb : SDNode<"AArch64ISD::RSHRNB_I", SD_AArch64rshrnb>;
0 commit comments