[llvm] [X86][MC][CodeGen] Support EGPR for KMOV (PR #73781)

Shengchen Kan via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 29 22:38:32 PST 2023


================
@@ -878,6 +878,8 @@ def relocImm : ComplexPattern<iAny, 1, "selectRelocImm",
 // X86 Instruction Predicate Definitions.
 def TruePredicate : Predicate<"true">;
 
+def HasEGPR : Predicate<"Subtarget->hasEGPR()">;
+def NoEGPR : Predicate<"!Subtarget->hasEGPR()">;
----------------
KanRobert wrote:

Will do

https://github.com/llvm/llvm-project/pull/73781


More information about the llvm-commits mailing list