From 239ef93ecaa5464e449b47422f6d7cdb4bdc8842 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Tue, 20 Feb 2024 08:44:31 -0800 Subject: [PATCH] Update tests after UNM_VEC fix --- tests/IrLowering.test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/IrLowering.test.cpp b/tests/IrLowering.test.cpp index 485d9581..13f44dca 100644 --- a/tests/IrLowering.test.cpp +++ b/tests/IrLowering.test.cpp @@ -176,7 +176,8 @@ bb_2: bb_bytecode_1: %6 = LOAD_TVALUE R0 %7 = UNM_VEC %6 - STORE_TVALUE R1, %7 + %8 = TAG_VECTOR %7 + STORE_TVALUE R1, %8 INTERRUPT 1u RETURN R1, 1i )");