mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-07-22 11:46:24 -04:00
e554dc2124
Expand 128 bit shifts instead of using a libcall. This patch removes the 128 bit shift libcalls and thereby causes ExpandShiftWithUnknownAmountBit() to be called. Review: Ulrich Weigand Differential Revision: https://reviews.llvm.org/D101993