[Sparc] Mark i128 shift libcalls unavailable in 32-bit mode.
authorJames Y Knight <jyknight@google.com>
Fri, 2 Sep 2016 20:29:11 +0000 (20:29 +0000)
committerJames Y Knight <jyknight@google.com>
Fri, 2 Sep 2016 20:29:11 +0000 (20:29 +0000)
commit6ef32bf2aff1e4ebcf8d8f82b297ab8f28961e2d
treeec6bc576050370fde9835c70a5ea7d237aee2470
parentb397ab5895a8b2c5638e8650ac94658ea7b4da1c
[Sparc] Mark i128 shift libcalls unavailable in 32-bit mode.

Recently, llvm wants to emit calls to these functions, while it didn't
seem to be an issue before. Not sure why. Nor do I know why only these
three are important to disable, out of all of the i128 libcalls.

Nevertheless, many other targets have this snippet of code, so, just
copying it to sparc as well, to unbreak things.

llvm-svn: 280537
llvm/lib/Target/Sparc/SparcISelLowering.cpp