[llvm] [X86][MC] Support Enc/Dec for EGPR for promoted CRC32 (PR #76434)

Shengchen Kan via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 28 00:26:53 PST 2023


================
@@ -6699,28 +6699,30 @@ let Constraints = "$src1 = $dst" in {
                                    null_frag>, REX_W;
   }
 
+  let Predicates = [In64BitMode] in {
----------------
KanRobert wrote:

This `let` is incorrect. You will override the default predicate `[HasCRC32]`

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


More information about the llvm-commits mailing list