]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #94496 - durin42:llvm-15-moar-intrinsic, r=nikic
authorMatthias Krüger <matthias.krueger@famsik.de>
Wed, 2 Mar 2022 03:30:10 +0000 (04:30 +0100)
committerGitHub <noreply@github.com>
Wed, 2 Mar 2022 03:30:10 +0000 (04:30 +0100)
tests: accept llvm intrinsic in align-checking test

This changed in upstream change https://reviews.llvm.org/D98152 (aka
https://github.com/llvm/llvm-project/commit/a266af721153fab6452094207b09ed265ab0be7b)
wherein LLVM got smarter about using intrinsics. As best I can tell the
change I've made here preserves the intent of the test on LLVM 14 and
before while also passing on LLVM 15 and later.


Trivial merge