[clang] [CodeGen] Revert "Generate assume loads only with -fstrict-vtable-pointers" (PR #91900)
Arthur Eubanks via cfe-commits
cfe-commits at lists.llvm.org
Mon May 13 16:44:29 PDT 2024
aeubanks wrote:
adding assumes in general has issues: https://discourse.llvm.org/t/llvm-assume-blocks-optimization/71609
do you have proof that this change helps binaries and doesn't regress things? I have a feeling this will regress many things. `-fstrict-vtable-pointers` is still somewhat experimental
https://github.com/llvm/llvm-project/pull/91900
More information about the cfe-commits
mailing list