Files
clang-p2996/clang/lib/CodeGen/CGExprCXX.cpp
Richard Smith 6cf8179661 Don't perform dynamic_cast optimization at -O0.
It seems preferable to avoid this optimization under -O0, and we're not
set up to emit speculative references to vtables at -O0 in general
anyway.

For #64088.
2023-07-24 22:24:33 -07:00

92 KiB