Skip to content

Commit

Permalink
fixup: add a missing CHECK line
Browse files Browse the repository at this point in the history
  • Loading branch information
momchil-velikov committed Jun 12, 2024
1 parent ed2037c commit 8936eaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/test/CodeGen/AArch64/sitofp-to-tbl.ll
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 4
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
; RUN: llc -verify-machineinstrs < %s | FileCheck %s

target triple = "aarch64-linux"
Expand Down Expand Up @@ -36,6 +36,7 @@ target triple = "aarch64-linux"
; CHECK-NEXT: .byte 255
; CHECK-NEXT: .byte 255
; CHECK-NEXT: .byte 255
; CHECK-NEXT: .byte 3

define void @sitofp_v8i8_to_v8f32(ptr %src, ptr %dst) {
; CHECK-LABEL: sitofp_v8i8_to_v8f32:
Expand Down

0 comments on commit 8936eaf

Please sign in to comment.