From 7be14c59b33c06d4807c75e736efdba12f399e0c Mon Sep 17 00:00:00 2001 From: Giacomo Vercesi Date: Mon, 15 Jun 2026 10:39:54 +0200 Subject: [PATCH] pypeline: add `segregate-stack-accesses` artifact --- python/revng/internal/pipeline.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python/revng/internal/pipeline.yml b/python/revng/internal/pipeline.yml index 007c21444..343b3b30b 100644 --- a/python/revng/internal/pipeline.yml +++ b/python/revng/internal/pipeline.yml @@ -362,6 +362,11 @@ branches: - dce - savepoint: segregate-stack-accesses containers: [llvm-functions] + artifacts: + - name: segregate-stack-accesses + container: llvm-functions + category: debug + filename: stack_accesses_segregated.bc - pipe: pure-llvm-passes-pipe arguments: [llvm-functions] configuration: