[all-commits] [llvm/llvm-project] 6402ab: Add [mlir][nvvm] `mbarrier.test.wait`
Guray Ozen via All-commits
all-commits at lists.llvm.org
Fri Jun 30 02:15:00 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6402abf3222a9ccd4069a96d52e811f315f3c4f2
https://github.com/llvm/llvm-project/commit/6402abf3222a9ccd4069a96d52e811f315f3c4f2
Author: Guray Ozen <guray.ozen at gmail.com>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
M mlir/test/Dialect/LLVMIR/nvvm.mlir
Log Message:
-----------
Add [mlir][nvvm] `mbarrier.test.wait`
This work adds `mbarrier.test.wait` and `mbarrier.test.wait.shared` Ops in NVVM dialect. Since they are already implemented in the LLVM kernel, it only calls createIntrinsicCall.
Reviewed By: qcolombet
Differential Revision: https://reviews.llvm.org/D154076
More information about the All-commits
mailing list