Skip to content

Commit 3488113

Browse files
[NFC] Fixed indentation issue (#116942)
1 parent bca846d commit 3488113

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Target/X86/X86InstrAVX512.td

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2619,9 +2619,9 @@ multiclass avx512_mask_mov<bits<8> opc_kk, bits<8> opc_km, bits<8> opc_mk,
26192619
X86MemOperand x86memop, string Suffix = ""> {
26202620
let isMoveReg = 1, hasSideEffects = 0, SchedRW = [WriteMove],
26212621
explicitOpPrefix = !if(!eq(Suffix, ""), NoExplicitOpPrefix, ExplicitEVEX) in
2622-
def kk#Suffix : I<opc_kk, MRMSrcReg, (outs KRC:$dst), (ins KRC:$src),
2623-
!strconcat(OpcodeStr, "\t{$src, $dst|$dst, $src}"), []>,
2624-
Sched<[WriteMove]>;
2622+
def kk#Suffix : I<opc_kk, MRMSrcReg, (outs KRC:$dst), (ins KRC:$src),
2623+
!strconcat(OpcodeStr, "\t{$src, $dst|$dst, $src}"), []>,
2624+
Sched<[WriteMove]>;
26252625
def km#Suffix : I<opc_km, MRMSrcMem, (outs KRC:$dst), (ins x86memop:$src),
26262626
!strconcat(OpcodeStr, "\t{$src, $dst|$dst, $src}"),
26272627
[(set KRC:$dst, (vvt (load addr:$src)))]>,

0 commit comments

Comments
 (0)