[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:23:16 PDT 2022
skan added inline comments.
================
Comment at: llvm/lib/Target/X86/X86InstrSSE.td:635
+let Predicates = [HasSSE2] in {
+ def : Pat<(alignedloadv8f16 addr:$src),
----------------
Should we use `UseSSE2` here?
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