[llvm] [X86][MC] Support Enc/Dec for EGPR for promoted CET instruction (PR #76023)
Shengchen Kan via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 20 01:29:46 PST 2023
================
@@ -520,6 +520,7 @@ let SchedRW = [WriteSystem] in {
} // Defs SSP
} // Uses SSP
+let Predicates = [NoEGPR] in {
----------------
KanRobert wrote:
`RDSSPD` is not promoted. I guess it's probably b/c it's used by intrinsic and the dest reg is `RAX` in most cases.
https://github.com/llvm/llvm-project/pull/76023
More information about the llvm-commits
mailing list