1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/unittests/CodeGen
Ahmed Bougacha 478610d92e [GlobalISel] Fix LLT::unsized to match LLT(LabelTy).
When coming from an IR label type, we set a 0 NumElements, but not
when constructing an LLT using unsized(), causing comparisons to fail.

Pick one variant and fix the other.

llvm-svn: 277161
2016-07-29 16:11:02 +00:00
..
GlobalISel GlobalISel: implement Legalization querying framework. 2016-07-20 21:13:29 +00:00
CMakeLists.txt [GlobalISel] Add unittests for LowLevelType. 2016-07-29 16:10:57 +00:00
DIEHashTest.cpp
LowLevelTypeTest.cpp [GlobalISel] Fix LLT::unsized to match LLT(LabelTy). 2016-07-29 16:11:02 +00:00