This patch adds omp.atomic.write lowering to LLVM IR.
Also, changed the syntax to have equal symbol instead of the comma to
make it more intuitive.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for the review @kiranchandramohan and @peixin. Addressed comments and rebase with main.
mlir/test/Target/LLVMIR/openmp-llvm.mlir | ||
---|---|---|
756 | Hint clause is ignored at the moment - removed the testcase. |
Nit: Use similar case style for AO (we have used ao above).