[all-commits] [llvm/llvm-project] 301a6d: AMDGPU: Fix clang side null pointer value for private
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Jun 2 06:39:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 301a6da8c24a09052e3bda10e90b450b7b39ffea
https://github.com/llvm/llvm-project/commit/301a6da8c24a09052e3bda10e90b450b7b39ffea
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-06-02 (Tue, 02 Jun 2020)
Changed paths:
M clang/lib/Basic/Targets/AMDGPU.h
M clang/test/CodeGenOpenCL/amdgpu-nullptr.cl
Log Message:
-----------
AMDGPU: Fix clang side null pointer value for private
The change to fold_priv_arith looks strange to me, but this was
already the untested behavior for local.
More information about the All-commits
mailing list