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

Kristof Beyls via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 26 01:43:50 PST 2018


kristof.beyls added a comment.

Hi Martin,

Do I understand correctly that this patch both has code to disable globalisel when targeting windows, and also when a function is marked as "dllimport"?
Wouldn't one of these checks be enough?
>From your description, I would have thought that just the "dllimport" check would be enough?
I'm probably missing quite a bit of background info here - but I thought I'd ask to understand this better.

Thanks,

Kristof


https://reviews.llvm.org/D42568





More information about the llvm-commits mailing list