This is an archive of the discontinued LLVM Phabricator instance.

[Flang][OpenMP] Convert elementTypeAttr for AtomicRead Op
ClosedPublic

Authored by kiranchandramohan on Jul 20 2023, 5:10 AM.

Details

Summary

Convert the elementTypeAttr of AtomicRead Op for LLVMConversion.
This is required when the elementType is non-integer, non-real.

Diff Detail

Event Timeline

Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
kiranchandramohan requested review of this revision.Jul 20 2023, 5:10 AM
This revision is now accepted and ready to land.Jul 24 2023, 3:25 AM
NimishMishra added inline comments.Jul 24 2023, 3:26 AM
mlir/lib/Conversion/OpenMPToLLVM/OpenMPToLLVM.cpp
80

Nit: unnecessary newline I presume