Files
llvm-project/llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
Hans Wennborg 3b81be803f WholeProgramDevirt: Import/export the CVP byte directly in the summary (#188979)
rather than using absolute symbol constants on ELF/x86.

This leads to better codegen as the absolute symbol constants were not
resolved until link time (see bug for example).

Fixes #188470
2026-04-02 09:28:32 +02:00

107 KiB