Skip to content

Commit 39e1f81

Browse files
authored
Rollup merge of rust-lang#109081 - krasimirgg:llvm-17-simd-wide-sum, r=nikic
simd-wide-sum test: adapt for LLVM 17 codegen change After llvm/llvm-project@0d4a709 LLVM becomes more clever and turns ```@wider_reduce_loop``` into an alias: https://buildkite.com/llvm-project/rust-llvm-integrate-prototype/builds/17806#0186da6b-582c-46bf-a227-1565fa0859ac/743-766 This adapts the test to prevent this.
2 parents 9fc8de0 + ed8dc5d commit 39e1f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/simd-wide-sum.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// compile-flags: -C opt-level=3 --edition=2021
1+
// compile-flags: -C opt-level=3 -Z merge-functions=disabled --edition=2021
22
// only-x86_64
33
// ignore-debug: the debug assertions get in the way
44

0 commit comments

Comments
 (0)