Dimitry Andric 014a40f8f6 Disable llvm generating 128-bit multiply libcalls on 32-bit ARM
Merge commit 789708617d20 from llvm git (Koutheir Attouchi):

  Do not generate calls to the 128-bit function __multi3() on 32-bit ARM

  Re-applying this patch after bots failures. Should be fine now.

  The function __multi3() is undefined on 32-bit ARM, so a call to it should
  never be emitted. Instead, plain instructions need to be generated to
  perform 128-bit multiplications.

  Differential Revision: https://reviews.llvm.org/D103906

Reported by:	mmel
MFC after:	3 days
2021-06-22 22:26:13 +02:00
..
2021-05-12 07:50:59 +02:00
2021-02-10 22:03:22 -08:00
2021-03-01 16:01:44 +01:00
2021-05-01 23:16:08 -07:00
2021-01-13 23:56:18 -06:00
2020-10-24 17:08:59 +00:00
2021-05-21 22:51:21 +02:00
2021-02-23 17:47:07 +00:00
2021-05-07 22:13:31 +02:00
2021-01-12 00:56:35 +02:00
2021-05-06 18:01:44 -07:00
2021-05-20 00:12:27 +03:00
2021-01-02 21:03:28 +02:00