This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Implement known bits functions for min3/max3/med3
ClosedPublic

Authored by arsenm on Jan 27 2016, 4:22 PM.

Details

Reviewers
tstellarAMD

Diff Detail

Event Timeline

arsenm updated this revision to Diff 46198.Jan 27 2016, 4:22 PM
arsenm retitled this revision from to AMDGPU: Implement known bits functions for min3/max3/med3.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
test/CodeGen/AMDGPU/llvm.amdgcn.smed3.ll
14–17

What exactly are these testing? Is it just checking for crashes?

arsenm added inline comments.Jan 27 2016, 7:00 PM
test/CodeGen/AMDGPU/llvm.amdgcn.smed3.ll
14–17

No, it's making sure the instructions after the med3 node are deleted

tstellarAMD accepted this revision.Jan 28 2016, 7:15 AM
tstellarAMD edited edge metadata.

Ok, thanks. LGTM.

This revision is now accepted and ready to land.Jan 28 2016, 7:15 AM

Looks like patch was not committed. Dependency was abandoned.

arsenm closed this revision.Jun 10 2023, 7:59 AM

abff7668aba505a97895eab2476afa4fb1611720 with globalisel port and the intrinsics dropped

lib/Target/AMDGPU/AMDGPUISelLowering.cpp
3151

Typo

Herald added a project: Restricted Project. · View Herald TranscriptJun 10 2023, 7:59 AM