[PATCH] D36983: [X86] Remove X86ISD::FMADD in favor ISD::FMA

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 21 15:04:47 PDT 2017


craig.topper created this revision.

There's no reason to have a target specific node with the same semantics as a target independent opcode.

This should simplify https://reviews.llvm.org/D36335 so that it doesn't need to touch X86ISelDAGToDAG.cpp


https://reviews.llvm.org/D36983

Files:
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.h
  lib/Target/X86/X86InstrAVX512.td
  lib/Target/X86/X86InstrFMA.td
  lib/Target/X86/X86InstrFragmentsSIMD.td
  lib/Target/X86/X86IntrinsicsInfo.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36983.112063.patch
Type: text/x-patch
Size: 15487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170821/67b88f6d/attachment.bin>


More information about the llvm-commits mailing list