[clang] [lld] [llvm] Run ObjCContractPass in Distributed Thin-LTO Pipeline (PR #92331)
Arthur Eubanks via cfe-commits
cfe-commits at lists.llvm.org
Fri May 17 12:38:52 PDT 2024
aeubanks wrote:
it seems like this should just be in the default codegen pipeline? you'd need to change the pass to bail out early if there are no relevant intrinsics (by checking if the module contains the intrinsic declaration) to not affect compile times
https://github.com/llvm/llvm-project/pull/92331
More information about the cfe-commits
mailing list