[all-commits] [llvm/llvm-project] 33315e: clang/AMDGPU: Don't set implicit arg attribute to ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Jan 14 15:43:43 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 33315ef3216be6edcfb4a6577150682b80a18766
https://github.com/llvm/llvm-project/commit/33315ef3216be6edcfb4a6577150682b80a18766
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-01-14 (Fri, 14 Jan 2022)
Changed paths:
M clang/lib/CodeGen/TargetInfo.cpp
R clang/test/CodeGenCUDA/amdgpu-hip-implicit-kernarg.cu
M clang/test/CodeGenOpenCL/amdgpu-attrs.cl
M clang/test/OpenMP/amdgcn-attributes.cpp
Log Message:
-----------
clang/AMDGPU: Don't set implicit arg attribute to default size
Since 2959e082e1427647e107af0b82770682eaa58fe1, we conservatively
assume all inputs are enabled by default. This isn't the best
interface for controlling these anyway, since it's not granular and
only allows trimming the last fields.
More information about the All-commits
mailing list