This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix clang side null pointer value for private
ClosedPublic

Authored by arsenm on Jun 1 2020, 8:23 AM.

Details

Summary

The change to fold_priv_arith looks strange to me, but this was
already the untested behavior for local.

Diff Detail

Event Timeline

arsenm created this revision.Jun 1 2020, 8:23 AM
cdevadas accepted this revision.Jun 2 2020, 3:46 AM

LGTM

This revision is now accepted and ready to land.Jun 2 2020, 3:46 AM
dyung added a subscriber: dyung.Jun 2 2020, 1:18 PM

Matt, this change to the test was causing a failure in the upstream PS4 linux bot here: http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/68593

I put in a fix for the test to unbreak the bot in 086be9fb20489540e6228a6d9eb4afad533202fa that I hope is correct, but please feel free to fix it up if it is not.