[PATCH] D106496: [OpenMP] Change `__kmpc_free_shared` to include the paired allocation size

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 21 14:21:44 PDT 2021


jdoerfert added inline comments.


================
Comment at: llvm/test/Transforms/OpenMP/remove_globalization.ll:41
 ; CHECK-NEXT:    [[TMP0:%.*]] = alloca i8, i64 4, align 1
+; CHECK-NEXT:    call void @__kmpc_free_shared(i8* nocapture [[TMP0]], i64 noundef 4) #[[ATTR0]]
 ; CHECK-NEXT:    ret void
----------------
this should not be here. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106496/new/

https://reviews.llvm.org/D106496



More information about the llvm-commits mailing list