[PATCH] D42568: [AArch64] Don't enable GlobalISel automatically for windows

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 26 02:45:55 PST 2018


mstorsjo added a comment.

In https://reviews.llvm.org/D42568#988803, @mstorsjo wrote:

> However, the "return false;" in translateCall doesn't cause such fallbacking, but insteads makes the build abort with this error message:
>
> LLVM ERROR: unable to translate instruction: call (in function: call_external)


Actually, this was just a result of me testing back and forth with it disabled in general and enabled via the -global-isel switch. If enabled automatically, it silently falls back and doesn't error out. Will update the patch accordingly.


https://reviews.llvm.org/D42568





More information about the llvm-commits mailing list