[PATCH] D116849: [M68k][GlobalISel] Fix a big-endian-related bug in CallLowering

Sheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 7 17:53:46 PST 2022


0x59616e added a comment.

GlobalISel also has the same problem on load / store of i64. We need to hack on Legalizer to make it correct. The next patch will fix this.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D116849/new/

https://reviews.llvm.org/D116849



More information about the llvm-commits mailing list