nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LGTM, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150652/new/
https://reviews.llvm.org/D150652
barannikov88 added inline comments.
Comment at: clang/test/OpenMP/target_update_codegen.cpp:171-173
-// CK1-DAG: [[BP]] = getelementptr inbounds [1 x i8*], [1 x i8*]*
[[BPADDR:%[^,]+]], i[[sz]] 0, i[[sz]] 0
-// CK1-DAG: [[P]] = getelementptr inbounds [1 x i8*], [1 x i8*]*
[[PAD
barannikov88 added a comment.
These tests were updated manually, but I verified that the script produces
similar results (modulo the cases that it couldn't handle, mostly CHECK-DAG).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150652/new/
https: