[PATCH] D80931: AMDGPU: Fix clang side null pointer value for private

2020-06-02 Thread Douglas Yung via Phabricator via cfe-commits
dyung added a comment. 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 <

[PATCH] D80931: AMDGPU: Fix clang side null pointer value for private

2020-06-02 Thread Matt Arsenault via Phabricator via cfe-commits
arsenm closed this revision. arsenm added a comment. 301a6da8c24a09052e3bda10e90b450b7b39ffea CHANGES SINCE LAST ACTION https://reviews.llvm.org/D80931/new/ https://reviews.llvm.org/D80931 __

[PATCH] D80931: AMDGPU: Fix clang side null pointer value for private

2020-06-02 Thread Christudasan Devadasan via Phabricator via cfe-commits
cdevadas accepted this revision. cdevadas added a comment. This revision is now accepted and ready to land. LGTM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D80931/new/ https://reviews.llvm.org/D80931 ___ cfe-commits mailing list cfe-commi

[PATCH] D80931: AMDGPU: Fix clang side null pointer value for private

2020-06-01 Thread Matt Arsenault via Phabricator via cfe-commits
arsenm created this revision. arsenm added reviewers: cfe-commits, cdevadas. Herald added subscribers: kerbowa, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl. The change to fold_priv_arith looks strange to me, but this was already the untested behavior for local. https://revi