]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #83663 - AngelicosPhosphoros:simplify_binary_and_to_get_better_asm...
authorbors <bors@rust-lang.org>
Fri, 2 Apr 2021 00:48:31 +0000 (00:48 +0000)
committerbors <bors@rust-lang.org>
Fri, 2 Apr 2021 00:48:31 +0000 (00:48 +0000)
commitd1065e6cefa41fe6c55c9819552cdd61529096fc
tree602b5ecbf3a939d9191f2a01597afeb6f6f7b251
parentd474075a8f28ae9a410e95d849d009006db4b176
parent4464cc2256b2ccf5fbdaaf60135db11537d5bff9
Auto merge of #83663 - AngelicosPhosphoros:simplify_binary_and_to_get_better_asm, r=nagisa

Simplify logical operations CFG

This is basically same commit as e38e954a0d249f88d0a55504f70d6055e865a931 which was reverted later in 676953fde9120cda62e4ef2f75a804af7481d6af
In both cases, this changes weren't benchmarked.
e38e954a0d249f88d0a55504f70d6055e865a931 leads to missed optimization described in [this issue](https://github.com/rust-lang/rust/issues/62993)
676953fde9120cda62e4ef2f75a804af7481d6af leads to missed optimization described in [this issue](https://github.com/rust-lang/rust/issues/83623)