This is an archive of the discontinued LLVM Phabricator instance.

[scan-build] fix logic error warning in LLVM AMDGPU target code base
AcceptedPublic

Authored by apelete on May 2 2016, 9:32 AM.

Details

Reviewers
tstellarAMD
Summary

This patch fixes a logic error warning of the type "called c++ object
pointer is null" in AMDGPU code base.

Signed-off-by: Apelete Seketeli <apelete@seketeli.net>

Diff Detail

Event Timeline

apelete updated this revision to Diff 55833.May 2 2016, 9:32 AM
apelete retitled this revision from to [scan-build] fix logic error warning in LLVM AMDGPU target code base.
apelete updated this object.
apelete added a reviewer: tstellarAMD.
apelete added a subscriber: llvm-commits.
tstellarAMD accepted this revision.May 2 2016, 10:16 AM
tstellarAMD edited edge metadata.

LGTM. Thanks!

This revision is now accepted and ready to land.May 2 2016, 10:16 AM

LGTM. Thanks!

Great, would be nice if you could commit this for me as I don't have commit access.
Thanks.

apelete updated this revision to Diff 57114.May 12 2016, 4:05 PM
apelete edited edge metadata.

[scan-build] fix logic error warning in LLVM AMDGPU target code base

Changes since last revision:

  • rebased patch on trunk and validated against test suite.

LGTM. Thanks!

I don't have commit access so please go ahead and commit this for me when you're ready.

Looks like patch was not committed, but code patch should be rebased to trunk.