[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)
commit21d8d317d6e2270a37e3f516531971a2853dbd29
tree680f3030f3f41d3bea42f7d9a23b0b13dd2e053d
parent1f673d4450a45c47ffd6ba7f017316e88b165829
[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

llvm-svn: 302199
llvm/lib/CodeGen/GlobalISel/Legalizer.cpp