Files
llvm/clang/test/CodeGenCXX
Vedant Kumar 2d38ae6c41 [CodeGen] Devirtualize calls to methods marked final in a derived class
If we see a virtual method call to Base::foo() but can infer that the
object is an instance of Derived, and that 'foo' is marked 'final' in
Derived, we can devirtualize the call to Derived::foo().

Differential Revision: https://reviews.llvm.org/D25813

llvm-svn: 284766
2016-10-20 18:44:14 +00:00
..
2016-02-02 12:39:08 +00:00
2016-07-12 16:56:33 +00:00
2016-02-20 09:23:41 +00:00
2016-02-20 09:23:41 +00:00
2016-07-29 19:43:28 +00:00
2016-09-15 06:31:30 +00:00
2016-03-22 17:10:07 +00:00
2016-06-21 03:43:11 +00:00
2016-06-25 00:37:14 +00:00
2016-06-14 21:02:05 +00:00