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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to