[llvm] [X86][MC] Support Enc/Dec for EGPR for promoted SHA instruction (PR #75582)
Shengchen Kan via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 18 00:12:51 PST 2023
================
@@ -33,7 +33,9 @@ struct ManualMapEntry {
// List of instructions requiring explicitly aligned memory.
const char *ExplicitAlign[] = {"MOVDQA", "MOVAPS", "MOVAPD", "MOVNTPS",
- "MOVNTPD", "MOVNTDQ", "MOVNTDQA"};
+ "MOVNTPD", "MOVNTDQ", "MOVNTDQA", "SHA1MSG1",
+ "SHA1MSG2", "SHA1NEXTE", "SHA1RNDS4",
----------------
KanRobert wrote:
Format this.
https://github.com/llvm/llvm-project/pull/75582
More information about the llvm-commits
mailing list