[PATCH] D111992: [MLIR][OpenMP] Added omp.atomic.read and omp.atomic.write

Kiran Chandramohan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 22 03:58:39 PDT 2021


kiranchandramohan accepted this revision.
kiranchandramohan added a comment.
This revision is now accepted and ready to land.

LGTM.

My preference is the following one. If you agree then please make the change, otherwise, you can keep it as is. Also, wait a couple of days to see whether others have comments.

  %8 = omp.atomic.read %addr hint(speculative, contended) memory_order(seq_cst) : memref<i32> -> i32


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111992/new/

https://reviews.llvm.org/D111992



More information about the cfe-commits mailing list