Disable CHR in ThinLTOPostLink pipeline. In the previous commit 6327d263f5e2a: [CHR] Add a threshold for the code duplication,
I disabled CHR for CSIRInstr in ThinLTOPostLink. That change creates profile mismatch issues in CSFDO profile use compilation.
Here I disable CHR for ThinLTOPostLink. We have an earlier round of CHR and I don't think we need this round CHR here.
I think the better place for CHR would be in ModuleOptimization pipeline after CSFDO because CHR is an expensive optimization. I will have a follow-up patch for that after some performance test.