[PATCH] D155986: [clang][AMDGPU]: Don't use byval for struct arguments in function ABI
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 1 16:37:00 PDT 2023
arsenm added inline comments.
================
Comment at: clang/test/CodeGenOpenCL/byval.cl:1
// RUN: %clang_cc1 -emit-llvm -o - -triple amdgcn %s | FileCheck %s
----------------
The test name suggests we should test with a different target that does use byval here
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155986/new/
https://reviews.llvm.org/D155986
More information about the llvm-commits
mailing list