Skip to content

Commit 9eb3296

Browse files
committed
resolve comment
1 parent 1f59211 commit 9eb3296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/Target/X86/X86InstrKL.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ let SchedRW = [WriteSystem] in {
5555
let Uses = [XMM0, XMM1], Defs = [XMM0, XMM1, XMM2, XMM3, XMM4, XMM5, XMM6, EFLAGS] in
5656
def ENCODEKEY256 : Encodekey<0xFB, "encodekey256">, T8;
5757

58-
let Constraints = "$src1 = $dst", Defs = [EFLAGS], Predicates = [NoEGPR] in
58+
let Constraints = "$src1 = $dst", Defs = [EFLAGS] in
5959
defm "" : Aesencdec<"">, T8;
6060
}
6161

@@ -66,7 +66,7 @@ let SchedRW = [WriteSystem] in {
6666
let Uses = [XMM0, XMM1], Defs = [XMM0, XMM1, XMM2, XMM3, XMM4, XMM5, XMM6, EFLAGS] in
6767
def ENCODEKEY256_EVEX : Encodekey<0xDB, "encodekey256">, EVEX, T_MAP4;
6868

69-
let Constraints = "$src1 = $dst", Defs = [EFLAGS], Predicates = [HasEGPR, In64BitMode] in
69+
let Constraints = "$src1 = $dst", Defs = [EFLAGS] in
7070
defm "" : Aesencdec<"_EVEX">, EVEX, T_MAP4;
7171
}
7272
} // SchedRW

0 commit comments

Comments
 (0)