llvm-project/mlir/lib/Dialect
Mats Petersson 3f00e10bdd [mlir][OpenMP]Support for modifiers in workshare loops
Pass the modifiers from the Flang parser to FIR/MLIR workshare
loop operation.

Not yet supporting the SIMD modifier, which is a bit more work
than just adding it to the list of modifiers, so will go in a
separate patch.

This adds a new field to the WsLoopOp.

Also add test for dynamic WSLoop, checking that dynamic schedule calls
the init and next functions as expected.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D111053
2021-10-22 14:19:33 +01:00
..
AMX [mlir:OpConversionPattern] Add overloads for taking an Adaptor instead of ArrayRef 2021-09-24 17:51:41 +00:00
Affine [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
Arithmetic [MLIR] Fix FloorDivSIOpConverter that was failing for index type after the arithmetic op refactor 2021-10-21 21:42:30 +00:00
ArmNeon [mlir] Generare .cpp.inc files for dialects. 2021-06-29 20:10:30 +00:00
ArmSVE [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
Async [MLIR][arith] fix references to std.constant in comments 2021-10-14 20:38:47 +00:00
Complex [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
DLTI [ODS/AsmParser] Don't pass MLIRContext with DialectAsmParser. 2021-09-30 05:10:28 +00:00
EmitC [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
GPU [mlir][RFC] Refactor layout representation in MemRefType 2021-10-19 12:31:15 +03:00
LLVMIR [ODS/AsmParser] Don't pass MLIRContext with DialectAsmParser. 2021-09-30 05:10:28 +00:00
Linalg [mlir][linalg][bufferize] Support scf::IfOp 2021-10-22 10:12:55 +09:00
Math Avoid infinity arithmetics when computing exp approximations 2021-10-21 10:09:18 -07:00
MemRef [mlir][RFC] Refactor layout representation in MemRefType 2021-10-19 12:31:15 +03:00
OpenACC [mlir] Use empty() calls where possible. 2021-10-21 12:45:37 +02:00
OpenMP [mlir][OpenMP]Support for modifiers in workshare loops 2021-10-22 14:19:33 +01:00
PDL [ODS/AsmParser] Don't pass MLIRContext with DialectAsmParser. 2021-09-30 05:10:28 +00:00
PDLInterp [mlir] Generare .cpp.inc files for dialects. 2021-06-29 20:10:30 +00:00
Quant [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
SCF [mlir][scf] Add insideMutuallyExclusiveBranches helper 2021-10-19 09:09:07 +09:00
SPIRV [mlir][spirv] Add memory semantics verify for atomic operations 2021-10-14 00:00:55 +08:00
Shape [mlir] Add folder for shape.add 2021-10-15 17:30:17 -07:00
SparseTensor [mlir][sparse] make index type explicit in public API of support library 2021-10-20 12:46:31 -07:00
StandardOps Canonicalize max/min operations on integers. 2021-10-19 05:25:59 -07:00
Tensor [mlir][Linalg] Tighten canonicalization of InsertSliceOp that triggers infinite loop 2021-10-14 15:26:03 +00:00
Tosa Implementation of `ReshapeNoopOptimization` canonicalizer. 2021-10-19 16:07:34 -07:00
Utils [mlir] Add an interface to allow operations to specify how they can be tiled. 2021-08-30 16:31:18 -07:00
Vector [mlir][Vector] NFC - Extract rewrites related to insert/extract strided slice in a separate file. 2021-10-22 10:03:33 +00:00
X86Vector [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
CMakeLists.txt [MLIR] Split arith dialect from the std dialect 2021-10-06 19:25:51 +00:00
Traits.cpp [mlir] Fix broadcasting check with 1 values 2021-07-11 20:41:33 -07:00