"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "604d5f36fe8bdbe16c1b3f52c6137ef179ebdcd3"
[mips][FastISel] Disable code generation for unsupported targets through FastISel.
Summary: Previously, we would check whether the target is supported or not, only in fastSelectInstruction(). This means that 64-bit targets could use FastISel too. We fix this by checking every overridden method of the FastISel class and by falling back to SelectionDAG if the target isn't supported. This change should have been committed along with r243638, but somehow I missed it. Reviewers: dsanders Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D11755 llvm-svn: 243986
Loading
Please register or sign in to comment