[PATCH] D44900: [X86] Fix Windows `i1 zeroext` conventions to use i8 instead of i32

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 26 10:55:23 PDT 2018


mstorsjo accepted this revision.
mstorsjo added a comment.
This revision is now accepted and ready to land.

LGTM.

As I wrote in http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20180319/536996.html, it also seems like the same issue is present for non-windows calling conventions, although I guess that's a separate issue.


https://reviews.llvm.org/D44900





More information about the llvm-commits mailing list