This enables conversion of OpenMP Target Data, Enter Data and Exit Data from FIR Dialect to LLVM IR Dialect.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/test/Conversion/OpenMPToLLVM/convert-to-llvmir.mlir | ||
---|---|---|
157–161 | %a, %b etc should be references, I guess. Can you switch to using the !llvm.ptr type for this? |
mlir/test/Conversion/OpenMPToLLVM/convert-to-llvmir.mlir | ||
---|---|---|
153 | You should not have the regex otherwise you redefine the variable instead of checking it with the captured one. Same below. |
You should not have the regex otherwise you redefine the variable instead of checking it with the captured one. Same below.