[PATCH] D155148: Add SM4 instructions.

Freddy, Ye via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 17 01:25:30 PDT 2023


FreddyYe marked 4 inline comments as done.
FreddyYe added inline comments.


================
Comment at: llvm/lib/Target/X86/X86InstrSSE.td:8308
+                RC:$src2))]>,
+              Sched<[WriteVecIMul]>;
+    def rm : I<0xda, MRMSrcMem, (outs RC:$dst),
----------------
skan wrote:
> From the description, it seems that `WriteVecIMul` is not the right schedule?
Added FIXME.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155148



More information about the cfe-commits mailing list