]> git.lizzy.rs Git - rust.git/commit
Auto merge of #69450 - cuviper:llvm-scev-no-wrap, r=nikic
authorbors <bors@rust-lang.org>
Tue, 25 Feb 2020 22:13:27 +0000 (22:13 +0000)
committerbors <bors@rust-lang.org>
Tue, 25 Feb 2020 22:13:27 +0000 (22:13 +0000)
commit55a777cd92d50e7ba5e8b7c52246f630bcac35b4
tree544a93da43f011b55b6725765a17a6dbabe24408
parent6fd8798f4de63328d743eb2a9a9c12e202a4a182
parent6e846992d0df7751c427d3cd55b9a9cc5cc0071e
Auto merge of #69450 - cuviper:llvm-scev-no-wrap, r=nikic

Cherry-pick the LLVM fix for #69225

An additional reproducer was provided in #69225 -- the new testcase here -- which still crashes even after #69241 reverted #67174. Now this pull request updates LLVM with the cherry-picked reversion of its own. This is also going to stable in #69444.

I have not tried to reapply #67174 yet -- cc @kraai @shahn