[flang-commits] [flang] [flang][OpenMP] Add TODO messages for partially implemented atomic types (PR #99817)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Mon Jul 22 04:23:47 PDT 2024


================
@@ -135,6 +136,22 @@ static inline void genOmpAtomicHintAndMemoryOrderClauses(
   }
 }
 
+template <typename AtomicListT>
+static void processAtomicTODO(mlir::Type elementType, mlir::Location loc) {
----------------
kiranchandramohan wrote:

```suggestion
static void processOmpAtomicTODO(mlir::Type elementType, mlir::Location loc) {
```

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


More information about the flang-commits mailing list