wenju-he wrote: @frasercrmck could you please try this PR on https://github.com/intel/llvm repo?
My experiment: clang --version clang version 21.0.0git (https://github.com/llvm/llvm-project f5ee10538b68835112323c241ca7db67ca78bf62) before PR: find . -name "builtins.link*.bc" -printf "%s\n" | paste -sd+ | bc 101593692 after PR: find . -name "builtins.link*.bc" -printf "%s\n" | paste -sd+ | bc 101316928 This PR reduces bitcode file sizes by 0.27% https://github.com/llvm/llvm-project/pull/130871 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits