[X86] In combineFMA, make sure we bitcast the result of isFNEG back the...
[X86] In combineFMA, make sure we bitcast the result of isFNEG back the expected type before creating the new FMA node. Previously, we were creating malformed SDNodes, but nothing noticed because the type constraints prevented isel from noticing. llvm-svn: 336566
Loading
Please register or sign in to comment