This patch adds the support for atomic compare in OMPIRBuilder.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h | ||
---|---|---|
1347 | Brief documentation, prefer an enum class, potentially in OpenMPConstants.h | |
1372 | Op is missing above. | |
llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp | ||
3531 | Once you use a conditional and once a ternary op. Maybe use a helper lambda instead. |
llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp | ||
---|---|---|
3488 | Should be X.ElemTy. |
llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp | ||
---|---|---|
3488 | I have to start paying attention to the getPointerElementType uses. |
llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp | ||
---|---|---|
3523 | There is no value called SMin or SMax. |
Brief documentation, prefer an enum class, potentially in OpenMPConstants.h