[PATCH] D147996: [X86] combineConcatVectorOps - remove FADD/FSUB/FMUL handling (2-1)

Xiang Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 17 18:52:07 PDT 2023


xiangzhangllvm added inline comments.


================
Comment at: llvm/lib/Target/X86/X86ISelLowering.cpp:56348
       break;
-    case ISD::FADD:
-    case ISD::FSUB:
----------------
LuoYuanke wrote:
> Add comments to address that the shuffle instructions throughput is less than fadd/fsub/fmul instruction?
No problem


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

https://reviews.llvm.org/D147996



More information about the llvm-commits mailing list