llvm-project/llvm/test/CodeGen/Mips/cconv
Roland Froese 207228c1d6 [DAGCombiner] More load-store forwarding for big-endian
Get some load-store forwarding cases for big-endian where a larger store covers
a smaller load, and the offset would be 0 and handled on little-endian but on
big-endian the offset is adjusted to be non-zero. The idea is just to shift the
data to make it look like the offset 0 case.

Differential Revision: https://reviews.llvm.org/D130115
2022-09-14 15:36:35 -04:00
..
arguments-float.ll
arguments-fp128.ll
arguments-hard-float-varargs.ll
arguments-hard-float.ll
arguments-hard-fp128.ll
arguments-small-structures-bigger-than-32bits.ll
arguments-struct.ll
arguments-varargs-small-structs-byte.ll
arguments-varargs-small-structs-combinations.ll
arguments-varargs-small-structs-multiple-args.ll
arguments-varargs.ll
arguments.ll
byval.ll
callee-saved-float.ll
callee-saved-fpxx.ll
callee-saved-fpxx1.ll
callee-saved.ll
fmaxl_call.ll
memory-layout.ll
pr33883.ll
reserved-space.ll
return-float.ll
return-hard-float.ll
return-hard-fp128.ll
return-hard-struct-f128.ll
return-struct.ll
return.ll
roundl-call.ll
stack-alignment.ll
vector.ll [DAGCombiner] More load-store forwarding for big-endian 2022-09-14 15:36:35 -04:00