Skip to content

Commit

Permalink
update test for new LLVM 18 codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
krasimirgg committed Nov 28, 2023
1 parent e06c94d commit 81cd7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codegen/ascii-char.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub fn unwrap_digit_from_remainder(v: u32) -> AsciiChar {

// CHECK: %[[R:.+]] = urem i32 %v, 10
// CHECK-NEXT: %[[T:.+]] = trunc i32 %[[R]] to i8
// CHECK-NEXT: %[[D:.+]] = or i8 %[[T]], 48
// CHECK-NEXT: %[[D:.+]] = or{{( disjoint)?}} i8 %[[T]], 48
// CHECK-NEXT: ret i8 %[[D]]

// CHECK-NOT: icmp
Expand Down

0 comments on commit 81cd7c5

Please sign in to comment.