[X86] Make sure we don't combine (fneg (fma X, Y, Z)) to a target specific...
[X86] Make sure we don't combine (fneg (fma X, Y, Z)) to a target specific node when there are no FMA instructions. This would cause a 'cannot select' error at isel when we should have emitted a lib call and an xor. Fixes PR36553. llvm-svn: 326393
Loading
Please sign in to comment