[NVPTX] Directly control the Machine SSA passes that are invoked for NVPTX.
authorJustin Holewinski <jholewinski@nvidia.com>
Fri, 27 Jun 2014 18:35:14 +0000 (18:35 +0000)
committerJustin Holewinski <jholewinski@nvidia.com>
Fri, 27 Jun 2014 18:35:14 +0000 (18:35 +0000)
commit7d7f3e392303a1be037cad98a2f79141575c8e51
tree5fab1279bbfcd3c2243230e2a5c2aa8a61f4800d
parenta54609ed935ffb5bc83fad3b9839275f96b11d3f
[NVPTX] Directly control the Machine SSA passes that are invoked for NVPTX.

NVPTX is a bit special in the optimizations it requires, so this gives
us better control over the backend optimization pipeline.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211927 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/NVPTX/NVPTXTargetMachine.cpp