[Power9] Code Cleanup - Remove needsAggressiveScheduling()
authorStefan Pintilie <stefanp@ca.ibm.com>
Thu, 19 Jul 2018 19:34:18 +0000 (19:34 +0000)
committerStefan Pintilie <stefanp@ca.ibm.com>
Thu, 19 Jul 2018 19:34:18 +0000 (19:34 +0000)
commit0c122d5a41cd038b8e29a0d8d671257938da1633
treec9510c2c88d41742cc21a1f8981749691de689e2
parenta764af68bef54e61c780fd8ef23879c5dbad0f10
[Power9] Code Cleanup - Remove needsAggressiveScheduling()

As we already return true from needsAggressiveScheduling() for the most recent
hardware it would be cleaner to just return true for all PowerPC hardware.

Differential Revision: https://reviews.llvm.org/D48663

llvm-svn: 337488
13 files changed:
llvm/lib/Target/PowerPC/PPCSubtarget.cpp
llvm/test/CodeGen/PowerPC/2008-10-28-f128-i32.ll
llvm/test/CodeGen/PowerPC/2011-12-05-NoSpillDupCR.ll
llvm/test/CodeGen/PowerPC/MergeConsecutiveStores.ll
llvm/test/CodeGen/PowerPC/coalesce-ext.ll
llvm/test/CodeGen/PowerPC/i1-to-double.ll
llvm/test/CodeGen/PowerPC/lsa.ll
llvm/test/CodeGen/PowerPC/ppc32-vacopy.ll
llvm/test/CodeGen/PowerPC/ppc64-gep-opt.ll
llvm/test/CodeGen/PowerPC/save-cr-ppc32svr4.ll
llvm/test/CodeGen/PowerPC/save-crbp-ppc32svr4.ll
llvm/test/CodeGen/PowerPC/tls.ll
llvm/test/CodeGen/PowerPC/unal-altivec.ll