Changeset View
Changeset View
Standalone View
Standalone View
openmp/libomptarget/test/mapping/lambda_by_value.cpp
// RUN: %libomptarget-compilexx-run-and-check-generic | // RUN: %libomptarget-compilexx-run-and-check-generic | ||||
// Wrong results on amdgpu | // Wrong results on amdgpu | ||||
// XFAIL: amdgcn-amd-amdhsa | // XFAIL: amdgcn-amd-amdhsa | ||||
// XFAIL: amdgcn-amd-amdhsa-oldDriver | |||||
// XFAIL: amdgcn-amd-amdhsa-LTO | // XFAIL: amdgcn-amd-amdhsa-LTO | ||||
#include <stdio.h> | #include <stdio.h> | ||||
#include <stdint.h> | #include <stdint.h> | ||||
// CHECK: before: [[V1:111]] [[V2:222]] [[PX:0x[^ ]+]] [[PY:0x[^ ]+]] | // CHECK: before: [[V1:111]] [[V2:222]] [[PX:0x[^ ]+]] [[PY:0x[^ ]+]] | ||||
// CHECK: lambda: [[V1]] [[V2]] [[PX_TGT:0x[^ ]+]] 0x{{.*}} | // CHECK: lambda: [[V1]] [[V2]] [[PX_TGT:0x[^ ]+]] 0x{{.*}} | ||||
// CHECK: tgt : [[V2]] [[PX_TGT]] 1 | // CHECK: tgt : [[V2]] [[PX_TGT]] 1 | ||||
Show All 26 Lines |