Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #137586 - nnethercote:SetImpliedBits, r=bjorn3
Speed up target feature computation
The LLVM backend calls `LLVMRustHasFeature` twice for every feature. In short-running rustc invocations, this accounts for a surprising amount of work.
r? `@bjorn3`