From 8936eafe3b2702cc2a356bf824347633010dabb7 Mon Sep 17 00:00:00 2001 From: Momchil Velikov Date: Wed, 12 Jun 2024 16:24:38 +0100 Subject: [PATCH] fixup: add a missing CHECK line --- llvm/test/CodeGen/AArch64/sitofp-to-tbl.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/AArch64/sitofp-to-tbl.ll b/llvm/test/CodeGen/AArch64/sitofp-to-tbl.ll index b7e8a3a3defe4f..01f2e8e282e7d5 100644 --- a/llvm/test/CodeGen/AArch64/sitofp-to-tbl.ll +++ b/llvm/test/CodeGen/AArch64/sitofp-to-tbl.ll @@ -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" @@ -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: