From d452285ca9ceaf645c4f4c42789f6d28aff02ffc Mon Sep 17 00:00:00 2001 From: Robert Konicar Date: Wed, 25 Sep 2024 10:59:23 +0200 Subject: [PATCH] test: Add evict-static-locals to the list of passes. --- test/lit.cfg.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lit.cfg.py b/test/lit.cfg.py index 5af157aba3..0ccd1b74eb 100644 --- a/test/lit.cfg.py +++ b/test/lit.cfg.py @@ -82,6 +82,7 @@ , "vast-hl-to-ll-geps" , "vast-vars-to-cells" , "vast-refs-to-ssa" + , "vast-evict-static-locals" , "vast-strip-param-lvalues" , "vast-lower-value-categories" , "vast-hl-to-lazy-regions"