This revision was automatically updated to reflect the committed changes.
Closed by commit rL289585: CodeGen: Start using inrange annotations on vtable
getelementptr. (authored by pcc).
Changed prior to commit:
https://reviews.llvm.org/D24431?vs=75494&id=81289#toc
Repository:
rL LLVM
https:
rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.
I'm not sure I like this IR design, but this use of it seems fine. LGTM.
https://reviews.llvm.org/D24431
___
cfe-commits mailing list
cfe-co
pcc added a reviewer: rjmccall.
pcc added a comment.
John, may I ask you to take a look?
https://reviews.llvm.org/D24431
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
pcc added a comment.
Ping
https://reviews.llvm.org/D24431
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
pcc updated this revision to Diff 75494.
pcc added a comment.
Refresh
https://reviews.llvm.org/D24431
Files:
clang/lib/CodeGen/CGVTT.cpp
clang/lib/CodeGen/ItaniumCXXABI.cpp
clang/test/CodeGenCXX/const-init-cxx11.cpp
clang/test/CodeGenCXX/constructor-init.cpp
clang/test/CodeGenCXX/copy
pcc created this revision.
pcc added reviewers: rsmith, eugenis.
pcc added subscribers: cfe-commits, krasin.
pcc added a dependency: D22296: CodeGen: New vtable group representation:
struct of vtable arrays..
This annotation allows the optimizer to split vtable groups, as permitted by
a change to