When splitting values, CallLowering assumes Lo part goes first. But in big endian ISA such as M68k, Hi part goes first.
This patch fixes this.
Differential D116877
[GlobalISel] Add big endian support in CallLowering 0x59616e on Jan 8 2022, 8:33 PM. Authored by
Details When splitting values, CallLowering assumes Lo part goes first. But in big endian ISA such as M68k, Hi part goes first. This patch fixes this.
Diff Detail Event TimelineThis comment was removed by 0x59616e.
Comment Actions update diff. Remove a test in this revision, since that test depends on the InstructionSelector of M68k and I defer that part. Comment Actions I think now it's ok to land this. name: Sheng |
Can hoist the TLI query out of the loop