We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a79b9 commit ccde0a2Copy full SHA for ccde0a2
tests/codegen/issues/issue-129795.rs
@@ -2,7 +2,8 @@
2
//@ min-llvm-version: 20
3
#![crate_type = "lib"]
4
5
-// Ensure that a modulo operation with an operand that is known to be a power-of-two is properly optimized.
+// Ensure that a modulo operation with an operand that is known to be
6
+// a power-of-two is properly optimized.
7
8
// CHECK-LABEL: @modulo_with_power_of_two_divisor
9
// CHECK: add i64 %divisor, -1
0 commit comments