Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'm
authorEli Bendersky <eliben@google.com>
Fri, 19 Apr 2013 22:29:18 +0000 (22:29 +0000)
committerEli Bendersky <eliben@google.com>
Fri, 19 Apr 2013 22:29:18 +0000 (22:29 +0000)
commit75299e3a95c0cfcade8515c603e7802351a11bee
treee46da3596b22c4fee03b305fe027f7ef8e9daa98
parent2a8bea7a8eba9bfa05dcc7a87e9152a0043841b2
Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'm
trying to move as much FastISel logic as possible out of the main path in
SelectionDAGISel - intermixing them just adds confusion.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179902 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
include/llvm/CodeGen/SelectionDAGISel.h
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/Target/ARM/ARMFastISel.cpp
lib/Target/X86/X86FastISel.cpp