[Mlir-commits] [mlir] [mlir][GPU] Expand LLVM function attribute copies (PR #76755)
Krzysztof Drewniak
llvmlistbot at llvm.org
Tue Jan 2 14:14:20 PST 2024
================
@@ -194,18 +194,22 @@ GPUFuncOpLowering::matchAndRewrite(gpu::GPUFuncOp gpuFuncOp, OpAdaptor adaptor,
// Get memref type from function arguments and set the noalias to
// pointer arguments.
for (const auto &en : llvm::enumerate(gpuFuncOp.getArgumentTypes())) {
----------------
krzysz00 wrote:
Done, thanks!
https://github.com/llvm/llvm-project/pull/76755
More information about the Mlir-commits
mailing list