barannikov88 added a comment. These are the last tests in OpenMP subdirectory.
================ Comment at: clang/test/OpenMP/target_simd_codegen.cpp:143 - // CHECK: call void [[HVT1:@.+]](i[[SZ]] {{[^,]+}}, i{{32|64}}{{[*]*}} {{[^)]+}}) + // CHECK: call void [[HVT1:@.+]](i[[SZ]] {{[^,]+}}, {{[^)]+}}) long long k = get_val(); ---------------- Depending on the RUN line, the second argument should match either ptr or an integer. I couldn't invent a better solution than just to remove the check. Hopefully this is ok. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D150733/new/ https://reviews.llvm.org/D150733 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits