Fix formatting (line too long)

This commit is contained in:
KonaeAkira 2025-03-14 01:45:10 +01:00
parent 82a79b99e1
commit ccde0a2203

View file

@ -2,7 +2,8 @@
//@ min-llvm-version: 20
#![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: add i64 %divisor, -1