This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Legalize/regbankselect fneg/fabs/fsub
ClosedPublic

Authored by arsenm on Dec 12 2018, 6:41 PM.

Details

Reviewers
tstellar
rampitec

Diff Detail

Event Timeline

arsenm created this revision.Dec 12 2018, 6:41 PM
rampitec added inline comments.Dec 12 2018, 6:48 PM
test/CodeGen/AMDGPU/GlobalISel/legalize-fabs.mir
12

So, where is the abs operation itself?

test/CodeGen/AMDGPU/GlobalISel/legalize-fneg.mir
12

And where is neg?

arsenm updated this revision to Diff 178117.Dec 13 2018, 12:16 PM

Fix missing copy in test

This revision is now accepted and ready to land.Dec 13 2018, 12:22 PM
arsenm closed this revision.Dec 18 2018, 1:22 AM

r349463