You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Satisfy Complex muladd TODO for mulsub with negated muladd (#36140)
Modern LLVM has sufficient optimizations to translate muladds with
multiple negations into the appropriate fused-multiple-subtract
instructions on x86_64.
0 commit comments