mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
032b666d6a
mir-opt: Remove the workaround in UnreachableEnumBranching rust-lang/rust#120268 added a workaround due to the compile time of TailDuplicator. LLVM 20 has resolved this in llvm/llvm-project#114990 and llvm/llvm-project#132536.