[PATCH] D142297: [Clang][OpenMP] Find the type `omp_allocator_handle_t` from identifier table
Alexey Bataev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 22 05:51:31 PST 2023
ABataev added inline comments.
================
Comment at: clang/test/OpenMP/target_uses_allocators.c:108
// CHECK-NEXT: store i32 %[[#R1]], ptr %.x..void.addr, align 4
-// CHECK-NEXT: call void @__kmpc_free(i32 %[[#R0]], ptr %.x..void.addr, ptr inttoptr (i64 8 to ptr))
\ No newline at end of file
+// CHECK-NEXT: call void @__kmpc_free(i32 %[[#R0]], ptr %.x..void.addr, ptr inttoptr (i64 8 to ptr))
----------------
Would be good to have a test that shows the difference.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142297/new/
https://reviews.llvm.org/D142297
More information about the cfe-commits
mailing list