mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
This patch removes the val field from the `MapInfoOp`. Previously when lowering `TargetOp`, the bounds information for the `BoxValues` were also being mapped. Instead these ops are now cloned inside the target region to prevent mapping of non reference typed values.