[PATCH] D147927: [X86] combineConcatVectorOps - remove FADD/FSUB/FMUL handling

LuoYuanke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 10 03:23:57 PDT 2023


LuoYuanke created this revision.
Herald added subscribers: pengfei, hiraditya.
Herald added a project: All.
LuoYuanke requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

It is not profitable to convert FADD/FSUB/FMUL to concat, because
FADD/FSUB/FMUL have better throughput than concat.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D147927

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/matrix-multiply.ll
  llvm/test/CodeGen/X86/widen_fadd.ll
  llvm/test/CodeGen/X86/widen_fmul.ll
  llvm/test/CodeGen/X86/widen_fsub.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147927.512107.patch
Type: text/x-patch
Size: 103778 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230410/35ff2c17/attachment.bin>


More information about the llvm-commits mailing list