[PATCH] D18751: [MachineCombiner] Support for floating-point FMA on ARM64

Gerolf Hoflehner via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 21:27:21 PDT 2016


Gerolf updated this revision to Diff 53839.
Gerolf added a comment.

Addresses minor issues like spelling, function names, comments. Is there any
major issue that needs attention?


http://reviews.llvm.org/D18751

Files:
  include/llvm/CodeGen/MachineCombinerPattern.h
  include/llvm/CodeGen/SelectionDAGTargetInfo.h
  include/llvm/Target/TargetInstrInfo.h
  lib/CodeGen/MachineCombiner.cpp
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  lib/CodeGen/TargetInstrInfo.cpp
  lib/Target/AArch64/AArch64InstrInfo.cpp
  lib/Target/AArch64/AArch64InstrInfo.h
  lib/Target/AArch64/AArch64SelectionDAGInfo.cpp
  lib/Target/AArch64/AArch64SelectionDAGInfo.h
  test/CodeGen/AArch64/arm64-fma-combines.ll
  test/CodeGen/AArch64/arm64-fml-combines.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18751.53839.patch
Type: text/x-patch
Size: 49902 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160415/3bb82649/attachment.bin>


More information about the llvm-commits mailing list