[PATCH] D105721: [amdgpu] Add scope metadata support for noalias kernel arguments.
Michael Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 9 12:15:57 PDT 2021
hliao created this revision.
hliao added reviewers: arsenm, rampitec.
Herald added subscribers: foad, jeroen.dobbelaere, kerbowa, jfb, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl.
hliao requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.
- Basically, following the support in function inline, add the scoped alias metadata support in the kernel argument lowering pass.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D105721
Files:
llvm/lib/Target/AMDGPU/AMDGPULowerKernelArguments.cpp
llvm/test/CodeGen/AMDGPU/GlobalISel/cvt_f32_ubyte.ll
llvm/test/CodeGen/AMDGPU/always-uniform.ll
llvm/test/CodeGen/AMDGPU/bitreverse.ll
llvm/test/CodeGen/AMDGPU/cluster_stores.ll
llvm/test/CodeGen/AMDGPU/ctlz.ll
llvm/test/CodeGen/AMDGPU/cvt_f32_ubyte.ll
llvm/test/CodeGen/AMDGPU/disable_form_clauses.ll
llvm/test/CodeGen/AMDGPU/llc-pipeline.ll
llvm/test/CodeGen/AMDGPU/lower-kernargs.ll
llvm/test/CodeGen/AMDGPU/memory_clause.ll
llvm/test/CodeGen/AMDGPU/select-constant-cttz.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105721.357592.patch
Type: text/x-patch
Size: 175376 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210709/821a4156/attachment-0001.bin>
More information about the llvm-commits
mailing list