Skip to content

Commit 7dea61e

Browse files
committed
Indentation
1 parent 9373b3a commit 7dea61e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ def riscv_tuple_insert : RVSDNode<"TUPLE_INSERT",
3939
SDTCisVT<3, i32>]>>;
4040

4141
def riscv_tuple_extract : RVSDNode<"TUPLE_EXTRACT",
42-
SDTypeProfile<1, 2, [SDTCisVec<0>,
43-
SDTCisVT<2, i32>]>>;
42+
SDTypeProfile<1, 2, [SDTCisVec<0>,
43+
SDTCisVT<2, i32>]>>;
4444

4545

4646
//===----------------------------------------------------------------------===//
@@ -461,11 +461,11 @@ let HasMaskOp = true in {
461461
SDTCisVT<3, XLenVT>]>>;
462462

463463
def riscv_vfirst_vl : RVSDNode<"VFIRST_VL",
464-
SDTypeProfile<1, 3, [SDTCisVT<0, XLenVT>,
465-
SDTCisVec<1>, SDTCisInt<1>,
466-
SDTCVecEltisVT<2, i1>,
467-
SDTCisSameNumEltsAs<1, 2>,
468-
SDTCisVT<3, XLenVT>]>>;
464+
SDTypeProfile<1, 3, [SDTCisVT<0, XLenVT>,
465+
SDTCisVec<1>, SDTCisInt<1>,
466+
SDTCVecEltisVT<2, i1>,
467+
SDTCisSameNumEltsAs<1, 2>,
468+
SDTCisVT<3, XLenVT>]>>;
469469
} // let HasMaskOp = true
470470

471471
def SDT_RISCVVEXTEND_VL : SDTypeProfile<1, 3, [SDTCisVec<0>,

0 commit comments

Comments
 (0)