llvm-project/llvm/test/Transforms/SimplifyCFG/PowerPC
Chen Zheng 3f85134d71 [PowerPC] implement target hook isProfitableToHoist
On Powerpc fma is faster than fadd + fmul for some types,
(PPCTargetLowering::isFMAFasterThanFMulAndFAdd). we should implement target
hook isProfitableToHoist to prevent simplifyCFGpass from breaking fma
pattern by hoisting fmul to predecessor block.

Reviewed By: nemanjai

Differential Revision: https://reviews.llvm.org/D76207
2020-03-19 00:17:25 -04:00
..
cttz-ctlz-spec.ll
lit.local.cfg
prefer-fma.ll [PowerPC] implement target hook isProfitableToHoist 2020-03-19 00:17:25 -04:00