This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU/GlobalISel: Implement select() for @llvm.amdgcn.exp
ClosedPublic

Authored by tstellar on Apr 20 2018, 7:04 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

tstellar created this revision.Apr 20 2018, 7:04 AM
tstellar updated this revision to Diff 143407.Apr 20 2018, 4:19 PM

Remove stray debug statement.

arsenm added inline comments.Apr 23 2018, 4:29 PM
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
155 ↗(On Diff #143407)

I think these are supposed to be const references now

174 ↗(On Diff #143407)

Ditto

test/CodeGen/AMDGPU/GlobalISel/inst-select-amdgcn.exp.mir
3–4 ↗(On Diff #143407)

You should be able to drop the IR section

tstellar updated this revision to Diff 146959.May 15 2018, 4:27 PM
tstellar marked 3 inline comments as done.

Address review comments.

arsenm accepted this revision.Jul 9 2018, 3:10 AM

LGTM

This revision is now accepted and ready to land.Jul 9 2018, 3:10 AM
This revision was automatically updated to reflect the committed changes.