[llvm] [mlir] [clang] [clang-tools-extra] [compiler-rt] [mlir][bufferization] Fix SimplifyClones with dealloc before cloneOp (PR #79098)

2024-01-24 Thread Kohei Yamaguchi via cfe-commits
sott0n wrote: @matthias-springer Could you land it? I don't have commit access. https://github.com/llvm/llvm-project/pull/79098 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clang] [llvm] [compiler-rt] [mlir] [mlir][bufferization] Fix SimplifyClones with dealloc before cloneOp (PR #79098)

2024-01-23 Thread Kohei Yamaguchi via cfe-commits
https://github.com/sott0n updated https://github.com/llvm/llvm-project/pull/79098 >From cceb921d9bc7e3a4c1efe7050d6bfe6cb2eb49e7 Mon Sep 17 00:00:00 2001 From: Kohei Yamaguchi Date: Tue, 23 Jan 2024 14:30:02 + Subject: [PATCH 1/2] [mlir][bufferization] Fix SimplifyClones with dealloc befor

[mlir] [clang-tools-extra] [llvm] [clang] [mlir][spirv] Support alias/restrict function argument decorations (PR #76353)

2024-01-06 Thread Kohei Yamaguchi via cfe-commits
sott0n wrote: @kuhar @antiagainst Thanks for your comment and support to land this PR! If you have any issues or TODO tasks in SPIR-V dialect, I would be happy if you could share it with me. https://github.com/llvm/llvm-project/pull/76353 ___ cfe-com

[llvm] [mlir] [clang-tools-extra] [mlir][benchmark] Fix broken benchmark script (PR #68841)

2023-11-30 Thread Kohei Yamaguchi via cfe-commits
https://github.com/sott0n updated https://github.com/llvm/llvm-project/pull/68841 >From 372847091b7d6a73a78eb9de2685cbca4d62c285 Mon Sep 17 00:00:00 2001 From: Kohei Yamaguchi Date: Thu, 12 Oct 2023 10:16:06 + Subject: [PATCH] [mlir][benchmark] Fix broken benchmark script --- mlir/benchma