This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Implement select() for 32-bit G_FADD and G_FMUL
ClosedPublic

Authored by tstellar on Apr 26 2018, 9:09 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellar created this revision.Apr 26 2018, 9:09 PM
arsenm added inline comments.May 3 2018, 3:06 AM
test/CodeGen/AMDGPU/GlobalISel/inst-select-fadd.mir
4 ↗(On Diff #144273)

I think you can drop the IR

tstellar updated this revision to Diff 146993.May 15 2018, 9:49 PM

Rebase patch.

tstellar added inline comments.May 15 2018, 9:50 PM
test/CodeGen/AMDGPU/GlobalISel/inst-select-fadd.mir
4 ↗(On Diff #144273)

The Machine IR needs the %global0 reference.

arsenm accepted this revision.Jun 7 2018, 12:32 AM

LGTM

This revision is now accepted and ready to land.Jun 7 2018, 12:32 AM
This revision was automatically updated to reflect the committed changes.