[llvm] [X86][MC] Support Enc/Dec for EGPR for promoted AMX-TILE instruction (PR #76210)
Shengchen Kan via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 24 23:48:00 PST 2023
================
@@ -82,8 +93,8 @@ let Predicates = [HasAMXTILE, In64BitMode] in {
def PTILEZERO : PseudoI<(outs), (ins u8imm:$src),
[(int_x86_tilezero timm:$src)]>;
}
- } // SchedRW
-} // HasAMXTILE
+ } // HasAMXTILE
----------------
KanRobert wrote:
HasAMXTILE -> Predicates
https://github.com/llvm/llvm-project/pull/76210
More information about the llvm-commits
mailing list