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 d7168bc commit 64c86feCopy full SHA for 64c86fe
llvm/include/llvm/Target/TargetSelectionDAG.td
@@ -119,11 +119,12 @@ def SDTIntShiftOp : SDTypeProfile<1, 2, [ // shl, sra, srl
119
SDTCisSameAs<0, 1>, SDTCisInt<0>, SDTCisInt<2>
120
]>;
121
def SDTIntShiftPairOp : SDTypeProfile<2, 3, [ // shl_parts, sra_parts, srl_parts
122
- SDTCisInt<0>, SDTCisSameAs<1, 0>,
123
- SDTCisSameAs<2, 0>, SDTCisSameAs<3, 0>, SDTCisInt<4>, SDTCisSameNumEltsAs<0, 4>
+ SDTCisInt<0>, SDTCisSameAs<1, 0>, SDTCisSameAs<2, 0>, SDTCisSameAs<3, 0>,
+ SDTCisInt<4>, SDTCisSameNumEltsAs<0, 4>
124
125
def SDTIntShiftDOp: SDTypeProfile<1, 3, [ // fshl, fshr
126
- SDTCisSameAs<0, 1>, SDTCisSameAs<0, 2>, SDTCisInt<0>, SDTCisInt<3>, SDTCisSameNumEltsAs<0, 3>
+ SDTCisSameAs<0, 1>, SDTCisSameAs<0, 2>, SDTCisInt<0>, SDTCisInt<3>,
127
+ SDTCisSameNumEltsAs<0, 3>
128
129
def SDTIntSatNoShOp : SDTypeProfile<1, 2, [ // ssat with no shift
130
SDTCisSameAs<0, 1>, SDTCisInt<2>
0 commit comments