Skip to content

Commit f7dacb3

Browse files
Address more comments from tblah and meinersbur
1 parent bc107cd commit f7dacb3

File tree

3 files changed

+63
-430
lines changed

3 files changed

+63
-430
lines changed

mlir/include/mlir/Dialect/LLVMIR/Transforms/OpenMPOffloadPrivatizationPrepare.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
//===- OpenMPOffloadPrivatizationPrepare.h - Prepare for OpenMP Offload
2-
// Privatization -*- C++ -*-===//
1+
//===- OpenMPOffloadPrivatizationPrepare.h -*- C++ -*-===//
32
//
43
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
54
// See https://llvm.org/LICENSE.txt for license information.

mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1479,8 +1479,8 @@ def TargetOp : OpenMP_Op<"target", traits = [
14791479
`map` operands. For `private` operands that require a map, the value of the
14801480
corresponding element in the attribute is the index of the `map` operand
14811481
(relative to other `map` operands not the whole operands of the operation). For
1482-
`private` operands that do not require a map, this value is -1 (which is omitted
1483-
from the assembly format printing).
1482+
`private` opernads that do not require a map, this value is -1 (which is omitted
1483+
from the assembly foramt printing).
14841484
}] # clausesDescription;
14851485

14861486
let arguments = !con(clausesArgs,

0 commit comments

Comments
 (0)