mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-06 08:36:52 -04:00
e6ca590153
tests: adapt align-offset.rs for InstCombine improvements in LLVM 23 Upstream [has improved InstCombine](https://github.com/llvm/llvm-project/commit/8d2078332c23b10dcf3571adc1a186e5c65f82df) so that it can shrink added constants using known zeroes, which caused a little bit of change in this test. As far as I can tell either output is fine, so we just accept both. @rustbot label: +llvm-main