llvm-project/llvm/test/CodeGen/Mips/GlobalISel/mips-prelegalizer-combiner
Petar Avramovic b5a939d246 [MIPS GlobalISel] Combine extending loads
Use CombinerHelper to combine extending load instructions.
G_LOAD combined with G_ZEXT, G_SEXT or G_ANYEXT gives G_ZEXTLOAD,
G_SEXTLOAD or G_LOAD with same type as def of extending instruction
respectively.
Similarly G_ZEXTLOAD combined with G_ZEXT gives G_ZEXTLOAD and
G_SEXTLOAD combined with G_SEXT gives G_SEXTLOAD with same type
as def of extending instruction.

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

llvm-svn: 352037
2019-01-24 10:09:52 +00:00
..
truncStore_and_aExtLoad.mir [MIPS GlobalISel] Combine extending loads 2019-01-24 10:09:52 +00:00
tryCombine.mir
zextLoad_and_sextLoad.mir [MIPS GlobalISel] Combine extending loads 2019-01-24 10:09:52 +00:00