[PATCH] D130638: [X86][MC] Avoid to emitting incorrect warning for complex FMUL

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 27 18:55:16 PDT 2022


LuoYuanke added inline comments.


================
Comment at: llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp:3853
+    //    VFMULCPHZrrk Dest, Dest, Mask, Src1, Src2
+    if ((TSFlags & (X86II::EVEX_K | X86II::EVEX_Z)) == X86II::EVEX_K)
+      ++i;
----------------
Just be curious. Since there is not issue for VFCMADDCPH, why for VFCMULCPH the mask version does not conform with non-mask version?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130638/new/

https://reviews.llvm.org/D130638



More information about the llvm-commits mailing list