[Mlir-commits] [mlir] [mlir][gpu] Separate the barrier elimination code from transform ops (PR #71762)

Quinn Dawkins llvmlistbot at llvm.org
Wed Nov 8 21:13:21 PST 2023


================
@@ -0,0 +1,614 @@
+#include "mlir/Dialect/Func/IR/FuncOps.h"
----------------
qedawkins wrote:

This file needs a license header
```
//===- EliminateBarriers.cpp - Eliminate extra barriers --===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
//
// <Detailed description>
//
//===----------------------------------------------------------------------===//

```

https://github.com/llvm/llvm-project/pull/71762


More information about the Mlir-commits mailing list