From 4aa6344f772d31c1f7b0676cbaf315104c4b30a2 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 23 Jun 2022 12:41:05 -0700 Subject: Preserve specialization cache in IR for specialization pass. (#2293) * Perserve specialization cache in IR for specialization pass. * Fix compile error. * Fix. * Fix. * Fix test case. * Fix. Co-authored-by: Yong He --- tests/ir/string-literal.slang.expected | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/ir') diff --git a/tests/ir/string-literal.slang.expected b/tests/ir/string-literal.slang.expected index 20583d300..48836cae6 100644 --- a/tests/ir/string-literal.slang.expected +++ b/tests/ir/string-literal.slang.expected @@ -13,6 +13,7 @@ block %1( return_val(void_constant) } global_hashed_string_literals("Hello \t\n\0x083 World") +undefined ### } standard output = { -- cgit v1.2.3