OSDN Git Service

Revert r267098 - [MachineCombiner] Support for floating-point FMA on ARM64
authorDaniel Sanders <daniel.sanders@imgtec.com>
Fri, 22 Apr 2016 09:37:26 +0000 (09:37 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Fri, 22 Apr 2016 09:37:26 +0000 (09:37 +0000)
commitc4f4f71fb7d5decdc4b13e5d4b94b5cc206a8df0
tree62cc374ca600a15a92b70ce18c3b62d8b46dcea4
parent91d7ac06b6fe7c70d6bc0911f76499a9df3df853
Revert r267098 - [MachineCombiner] Support for floating-point FMA on ARM64

It introduced buildbot failures on clang-cmake-mips, clang-ppc64le-linux, among others.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267127 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
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 [deleted file]
test/CodeGen/AArch64/arm64-fml-combines.ll [deleted file]