This revision was automatically updated to reflect the committed changes.
Closed by commit rG0bf5f632ed53: [clang] Convert several tests to opaque
pointers (authored by barannikov88).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150829/new/
https:/
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LGTM
Comment at: clang/test/CodeGenCXX/2011-12-19-init-list-ctor.cpp:22
+// CHECK: store i32 0, ptr @arr
+// CHECK: call void @_ZN1AC1EPKc(ptr {{[^,]*}} getelementptr inbounds
barannikov88 added a comment.
These did require some intellectual work. I've noted changes that might be
worth noticing.
Comment at: clang/test/CodeGenCXX/2011-12-19-init-list-ctor.cpp:22
+// CHECK: store i32 0, ptr @arr
+// CHECK: call void @_ZN1AC1EPKc(ptr {{[^,]*}} geteleme
barannikov88 created this revision.
barannikov88 added a reviewer: nikic.
Herald added a subscriber: StephenFan.
Herald added a project: All.
barannikov88 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo