@@ -901,8 +901,7 @@ def LCMPXCHG16B_SAVE_RBX :
901
901
// cf comment for LCMPXCHG8B_SAVE_EBX.
902
902
let Defs = [ECX, EAX, EBX, EFLAGS], Uses = [ECX, EAX, EBX],
903
903
Predicates = [HasMWAITX], SchedRW = [WriteSystem],
904
- isCodeGenOnly = 1, isPseudo = 1, Constraints = "$ebx_save = $dst",
905
- usesCustomInserter = 1 in {
904
+ isCodeGenOnly = 1, isPseudo = 1, Constraints = "$ebx_save = $dst" in {
906
905
def MWAITX_SAVE_EBX :
907
906
I<0, Pseudo, (outs GR32:$dst),
908
907
(ins GR32:$ebx_input, GR32:$ebx_save),
@@ -912,8 +911,7 @@ def MWAITX_SAVE_EBX :
912
911
// Same as MWAITX_SAVE_EBX but for the case where RBX is the base pointer.
913
912
let Defs = [ECX, EAX, EBX, EFLAGS], Uses = [ECX, EAX, EBX],
914
913
Predicates = [HasMWAITX], SchedRW = [WriteSystem],
915
- isCodeGenOnly = 1, isPseudo = 1, Constraints = "$rbx_save = $dst",
916
- usesCustomInserter = 1 in {
914
+ isCodeGenOnly = 1, isPseudo = 1, Constraints = "$rbx_save = $dst" in {
917
915
def MWAITX_SAVE_RBX :
918
916
I<0, Pseudo, (outs GR64:$dst),
919
917
(ins GR32:$ebx_input, GR64:$rbx_save),
0 commit comments