This is an archive of the discontinued LLVM Phabricator instance.

[SelectionDAG] Don't generate libcalls for wide shifts on Windows (PR42711)
ClosedPublic

Authored by hans on Aug 28 2019, 6:36 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

hans created this revision.Aug 28 2019, 6:36 AM
hans added a comment.Aug 28 2019, 6:36 AM

Please take a look, and please prioritize if you can since this is one of the last blockers for the llvm 9 release (see PR).

SjoerdMeijer accepted this revision.Aug 28 2019, 6:41 AM

Sorry about this, and thanks for fixing it. Looks like a good workaround to me.

This revision is now accepted and ready to land.Aug 28 2019, 6:41 AM
This revision was automatically updated to reflect the committed changes.