Chris Sears via llvm-dev
2021-Nov-25 01:43 UTC
[llvm-dev] [GlobalISel] Why GlobalISel does not support big endian ISA?
Sheng, MC68000 is big endian and the M68k backend supports GlobalISel. Chris -- Ite Ursi -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20211124/77e9e817/attachment.html>
Sheng Yan Chen via llvm-dev
2021-Nov-25 02:17 UTC
[llvm-dev] [GlobalISel] Why GlobalISel does not support big endian ISA?
Hi, Thanks for answering my question :) AFAIK, M68K has no fully support on GISel. The functionality is very limited, it can't even lower function call. I'm currently trying to implement that by the way. Thanks :) Sheng -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20211125/49dcdb78/attachment.html>