Fix formatting (line too long)
This commit is contained in:
parent
82a79b99e1
commit
ccde0a2203
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@
|
||||||
//@ min-llvm-version: 20
|
//@ min-llvm-version: 20
|
||||||
#![crate_type = "lib"]
|
#![crate_type = "lib"]
|
||||||
|
|
||||||
// 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
|
||||||
|
// a power-of-two is properly optimized.
|
||||||
|
|
||||||
// CHECK-LABEL: @modulo_with_power_of_two_divisor
|
// CHECK-LABEL: @modulo_with_power_of_two_divisor
|
||||||
// CHECK: add i64 %divisor, -1
|
// CHECK: add i64 %divisor, -1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue