[all-commits] [llvm/llvm-project] 6f17b3: AMDGPU: Fix broken tests for HSA metadata
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu May 7 12:27:34 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6f17b3e3a76c41c73a6eb8075b0364f4c1725889
https://github.com/llvm/llvm-project/commit/6f17b3e3a76c41c73a6eb8075b0364f4c1725889
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-05-07 (Thu, 07 May 2020)
Changed paths:
M llvm/test/CodeGen/AMDGPU/hsa-metadata-from-llvm-ir-full-v3.ll
M llvm/test/CodeGen/AMDGPU/hsa-metadata-from-llvm-ir-full.ll
Log Message:
-----------
AMDGPU: Fix broken tests for HSA metadata
These were testing byval private kernel arguments, which doesn't make
any sense and has never been used. There didn't seem to be any tests
for real value struct arguments, which are.
More information about the All-commits
mailing list