]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #100693 - scottmcm:new-llvm15-nops, r=Mark-Simulacrum
authorMatthias Krüger <matthias.krueger@famsik.de>
Sat, 20 Aug 2022 17:32:12 +0000 (19:32 +0200)
committerGitHub <noreply@github.com>
Sat, 20 Aug 2022 17:32:12 +0000 (19:32 +0200)
commit45568bdaf7898e29d6a7a721c9a1937fbb2dba55
treea15da88b2ab6fb37b5f4f10235b1d92656f45993
parent51769af6ea04a823c94b9374ee0058ae3ac4c4e4
parent5145c970871e2dbe37228280fe34decd8c26ea4e
Rollup merge of #100693 - scottmcm:new-llvm15-nops, r=Mark-Simulacrum

Add LLVM15-specific codegen test for `try`/`?`s that now optimize away

These still generated a bunch of code back in Rust 1.63 (<https://rust.godbolt.org/z/z31P8h6rz>), but with LLVM 15 merged they no longer do 🎉