[all-commits] [llvm/llvm-project] fbf67b: [mlir][GPU] Handle LLVM pointer attributes on memr...
stefankoncarevic via All-commits
all-commits at lists.llvm.org
Mon Sep 11 08:11:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fbf67bfaf0e0689a5882e35d0252dcfc3ce89f01
https://github.com/llvm/llvm-project/commit/fbf67bfaf0e0689a5882e35d0252dcfc3ce89f01
Author: stefankoncarevic <skoncare at amd.com>
Date: 2023-09-11 (Mon, 11 Sep 2023)
Changed paths:
M mlir/lib/Conversion/GPUCommon/GPUOpsLowering.cpp
A mlir/test/Conversion/GPUCommon/memref-arg-attrs.mlir
A mlir/test/Conversion/GPUCommon/memref-arg-noalias-attrs.mlir
A mlir/test/Conversion/GPUCommon/memref-arg-noalias-warning.mlir
Log Message:
-----------
[mlir][GPU] Handle LLVM pointer attributes on memref arguments.
Handle pointer attributes (noalias, nonnull, readonly, writeonly,
dereferencable, dereferencable_or_null). "noalias" attribute is
ignore for non-bare pointer.
Reviewed By: krzysz00
Differential Revision: https://reviews.llvm.org/D157082
More information about the All-commits
mailing list