[PATCH] D127982: [X86][FP16] Enable vector support for FP16 emulation

Kan Shengchen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 13 00:17:52 PDT 2022


skan added inline comments.


================
Comment at: llvm/lib/Target/X86/X86InstrSSE.td:571
             (VMOVUPSYmr addr:$dst, VR256:$src)>;
-  def : Pat<(store (v16i16 VR256:$src), addr:$dst),
             (VMOVUPSYmr addr:$dst, VR256:$src)>;
----------------
Why did you move the pattern down?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127982



More information about the llvm-commits mailing list