Improved the interface of methods commuting operands, improved X86-FMA3 mem-folding...
authorAndrew Kaylor <andrew.kaylor@intel.com>
Mon, 28 Sep 2015 20:33:22 +0000 (20:33 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Mon, 28 Sep 2015 20:33:22 +0000 (20:33 +0000)
commitaac3c943f3a4589ea422d1f9958075e14eb08dde
treecb20a8fd18c1c33d79e26af9f57c2e32f33d5129
parent79d4f39c0cd65c138144741bee585a7ac4dafa2c
Improved the interface of methods commuting operands, improved X86-FMA3 mem-folding&coalescing.

Patch by Slava Klochkov (vyacheslav.n.klochkov@intel.com)

Differential Revision: http://reviews.llvm.org/D11370

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248735 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/llvm/Target/TargetInstrInfo.h
lib/CodeGen/RegisterCoalescer.cpp
lib/CodeGen/TargetInstrInfo.cpp
lib/CodeGen/TwoAddressInstructionPass.cpp
lib/Target/AMDGPU/SIFoldOperands.cpp
lib/Target/AMDGPU/SIInstrInfo.cpp
lib/Target/AMDGPU/SIInstrInfo.h
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/ARM/Thumb2SizeReduction.cpp
lib/Target/PowerPC/PPCInstrInfo.cpp
lib/Target/PowerPC/PPCInstrInfo.h
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.h