llvm-project/mlir/lib/Target
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
..
Cpp [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
LLVMIR [mlir][OpenMP]Support for modifiers in workshare loops 2021-10-22 14:19:33 +01:00
SPIRV [mlir][SPIRVToLLVM] Propagate location attribute from spv.GlobalVariable to llvm.mlir.global 2021-10-05 00:09:09 +08:00
CMakeLists.txt [mlir] Add Cpp emitter 2021-09-02 13:51:05 +00:00