Unverified Commit 667a9f7a authored by Sergio Afonso's avatar Sergio Afonso
Browse files

[MLIR][OpenMP] Fix compiler crash when translating omp.target to LLVM IR

This patch fixes a compiler crash that would happen during translation to LLVM
IR if the optional `map` argument of the `omp.target` operation was not
present. A unit test is added to ensure this has been fixed.

Differential Revision: https://reviews.llvm.org/D158722
parent 985e3996
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment