On Tue, 4 Oct 2016, Richard Biener wrote:
Possibly. Though then for FP we also want - abs (a) -> copysign (a, -1).
I thought this might fix PR 62055, but at least on x86_64, we generate much worse code for copysign(,-1) than for -abs :-(
-- Marc Glisse