llvm-project/llvm/test/CodeGen/Mips/GlobalISel/irtranslator
Petar Avramovic cf21794566 [MIPS GlobalISel] Fix check for void return during lowerCall
Void return used to have unsigned with value 0 for virtual register
but with addition of Register class and changes to arguments to lowerCall
this is no longer valid.
Check for void return by inspecting the Ty field in OrigRet.

Differential Revision: https://reviews.llvm.org/D65321

llvm-svn: 367107
2019-07-26 13:19:37 +00:00
..
add.ll
bitwise.ll [MIPS GlobalISel] ClampScalar G_AND G_OR and G_XOR 2018-12-18 11:36:14 +00:00
call.ll [MIPS GlobalISel] Fix check for void return during lowerCall 2019-07-26 13:19:37 +00:00
extend_args.ll GlobalISel: Fix creating MMOs with align 0 2019-01-31 01:38:47 +00:00
float_args.ll [MIPS GlobalISel] Lower float and double arguments in registers 2019-03-25 11:23:41 +00:00
global_address.ll
global_address_pic.ll [MIPS GlobalISel] Handle position independent code 2019-05-31 08:27:06 +00:00
pointers.ll GlobalISel: Fix creating MMOs with align 0 2019-01-31 01:38:47 +00:00
ret.ll
split_args.ll GlobalISel: Fix creating MMOs with align 0 2019-01-31 01:38:47 +00:00
stack_args.ll GlobalISel: Fix creating MMOs with align 0 2019-01-31 01:38:47 +00:00