This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Remove dead code and redundant check
ClosedPublic

Authored by arsenm on Jul 13 2016, 11:22 AM.

Details

Reviewers
tstellarAMD
Summary

Non intrinsic calls aren't really handled, and this
IntrinsicInst dyn_cast checks for the function for us.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 63831.Jul 13 2016, 11:22 AM
arsenm retitled this revision from to AMDGPU: Remove dead code and redundant check.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Jul 18 2016, 7:01 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jul 18 2016, 7:01 AM
arsenm closed this revision.Jul 18 2016, 11:43 AM

r275868