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

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 28 06:37:44 PDT 2019


hans created this revision.
hans added reviewers: SjoerdMeijer, rnk.
Herald added subscribers: llvm-commits, hiraditya, javed.absar.
Herald added a project: LLVM.
hans added a comment.

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).


The runtime doesn't have these on Windows.


https://reviews.llvm.org/D66880

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/lib/Target/X86/X86ISelLowering.h
  llvm/test/CodeGen/AArch64/shift_minsize.ll
  llvm/test/CodeGen/X86/shift_minsize.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66880.217626.patch
Type: text/x-patch
Size: 4437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190828/36c964d6/attachment.bin>


More information about the llvm-commits mailing list