Skip to content

Commit 1af596e

Browse files
authored
Merge pull request #82877 from meg-gupta/updatetest
[Test] Update LLVM IR in lit test
2 parents d6b5c4f + 6562101 commit 1af596e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/abi_v7k.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ func testMultiP(x: MultiPayload) -> Double {
212212

213213
// CHECK-LABEL: define hidden swiftcc float @"$s8test_v7k0A3Opt{{.*}}"(i32 %0, i8 %1)
214214
// CHECK: entry:
215-
// CHECK: [[TR:%.*]] = trunc i8 %1
215+
// CHECK: [[TR:%.*]] = icmp eq i8 %1, 1
216216
// CHECK: br i1 [[TR]], {{.*}}, label %[[PAYLOADLABEL:.*]]
217217
// CHECK: [[PAYLOADLABEL]]:
218218
// CHECK: [[ID:%[0-9]+]] = bitcast i32 %0 to float

0 commit comments

Comments
 (0)