Dimitry Andric 9ef1127008 Apply tentative llvm fix for avoiding fma on PowerPC SPE
Merge llvm review D77558, by Justin Hibbits:

  PowerPC: Don't hoist float multiply + add to fused operation on SPE

  SPE doesn't have a fmadd instruction, so don't bother hoisting a
  multiply and add sequence to this, as it'd become just a library call.
  Hoisting happens too late for the CTR usability test to veto using the CTR
  in a loop, and results in an assert "Invalid PPC CTR loop!".

Reported by:		alfredo
Obtained from:		https://reviews.llvm.org/D77558
MFC after:		3 days
2022-07-09 15:17:26 +02:00
..
2022-04-18 14:52:30 -07:00
2022-04-22 13:42:11 -07:00
2022-06-06 21:12:36 +02:00
2022-01-18 08:10:33 -08:00
2022-02-05 21:55:03 -05:00
2022-07-03 17:11:09 -07:00
2022-02-22 19:34:28 +01:00
2022-06-08 15:08:42 -07:00