Skip to content

Commit 8212fcd

Browse files
committed
rebase
1 parent 8cbaba3 commit 8212fcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/X86/X86InstrMisc.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,14 +1686,14 @@ def CMPCCXADDmr32_EVEX : I<0xe0, MRMDestMem4VOp3CC, (outs GR32:$dst),
16861686
"cmp${cond}xadd\t{$src3, $dst, $dstsrc2|$dstsrc2, $dst, $src3}",
16871687
[(set GR32:$dst, (X86cmpccxadd addr:$dstsrc2,
16881688
GR32:$dstsrc1, GR32:$src3, timm:$cond))]>,
1689-
EVEX_4V, NoCD8, T8PD, Sched<[WriteXCHG]>;
1689+
EVEX, VVVV, NoCD8, T8PD, Sched<[WriteXCHG]>;
16901690

16911691
def CMPCCXADDmr64_EVEX : I<0xe0, MRMDestMem4VOp3CC, (outs GR64:$dst),
16921692
(ins GR64:$dstsrc1, i64mem:$dstsrc2, GR64:$src3, ccode:$cond),
16931693
"cmp${cond}xadd\t{$src3, $dst, $dstsrc2|$dstsrc2, $dst, $src3}",
16941694
[(set GR64:$dst, (X86cmpccxadd addr:$dstsrc2,
16951695
GR64:$dstsrc1, GR64:$src3, timm:$cond))]>,
1696-
EVEX_4V, NoCD8, REX_W, T8PD, Sched<[WriteXCHG]>;
1696+
EVEX, VVVV, NoCD8, REX_W, T8PD, Sched<[WriteXCHG]>;
16971697
}
16981698
}
16991699

0 commit comments

Comments
 (0)