[clang] [clang] Allow devirtualisation of indirect calls to final virtual methods (PR #165341)
Chuanqi Xu via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 28 03:09:36 PDT 2025
ChuanqiXu9 wrote:
> @ChuanqiXu9 I'm seeing bootstrap failure on main :-/
Will it fail with unmodified fstrict-vtable-pointers? Or if it will still fail if we give up the complex cases for multiple vtables? You can look at my patch for it (limits the number of vtables)
https://github.com/llvm/llvm-project/pull/165341
More information about the cfe-commits
mailing list