[PATCH] D40789: [GlobalISel] Disable GISel for big endian

Kristof Beyls via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 7 00:14:43 PST 2017


kristof.beyls added a subscriber: ivanbaev.
kristof.beyls added a comment.

I'll let @rovka review the code; I just thought I'd add @ivanbaev as a subscriber, as I believe he's a user of big endian code generation on Arm/AArch64 to be aware that this means that when globalisel gets enabled by default on AArch64 at -O0, it'll in practice only be for little endian, not big endian.
I'm wondering if a test case could be added to `test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll`, so that test keeps on being a reasonable representation of fallbacks that need to be fixed eventually.


Repository:
  rL LLVM

https://reviews.llvm.org/D40789





More information about the llvm-commits mailing list