[GlobalISel] Add RegBankSelect hooks into the pass pipeline.
authorQuentin Colombet <qcolombet@apple.com>
Thu, 7 Apr 2016 20:27:33 +0000 (20:27 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Thu, 7 Apr 2016 20:27:33 +0000 (20:27 +0000)
commitd4131814b3117c00c3eb2b0dc30b6a03297421f4
tree34955f69c97708cd232d411112cafaecea77450f
parenteb37fcbc875d6aea445b187ec8871b842fb06a4a
[GlobalISel] Add RegBankSelect hooks into the pass pipeline.
Now, RegBankSelect will happen after the IRTranslation and the target
may optionally add additional passes in between.

llvm-svn: 265716
llvm/include/llvm/CodeGen/Passes.h
llvm/lib/CodeGen/LLVMTargetMachine.cpp
llvm/lib/Target/AArch64/AArch64TargetMachine.cpp