[PATCH] D150733: [clang] Convert remaining OpenMP tests to opaque pointers
Sergei Barannikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 16 15:19:10 PDT 2023
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
More information about the cfe-commits
mailing list