OSDN Git Service

[GISel]:Skip legalizing Intermediate inst(with generic types)
authorAditya Nandakumar <aditya_nandakumar@apple.com>
Thu, 4 May 2017 22:00:42 +0000 (22:00 +0000)
committerAditya Nandakumar <aditya_nandakumar@apple.com>
Thu, 4 May 2017 22:00:42 +0000 (22:00 +0000)
commit7d7f10bcdd4eeade10d64fee424260318f624127
tree99a2e2ce580928175a2b17fcb060509102d9945c
parent195a2d9be0a76a7531e1a1614045664814ea309b
[GISel]:Skip legalizing Intermediate inst(with generic types)

During legalization, targets can create Pseudo Instructions with
generic types. We shouldn't try to legalize them.

Reviewed by Quentin, dsanders
https://reviews.llvm.org/D32575

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302199 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/GlobalISel/Legalizer.cpp