From b5e691f367dba31f40b274c19685017ca23bd87f Mon Sep 17 00:00:00 2001 From: Irmen de Jong Date: Wed, 21 Feb 2024 23:10:04 +0100 Subject: [PATCH] IR: fix chunk reachability: via unchopped chunk label directly so that they don't get removed --- .idea/inspectionProfiles/Project_Default.xml | 9 + .../intermediate/IRUnusedCodeRemover.kt | 2 +- docs/source/todo.rst | 3 + examples/test.p8 | 167 +++++++++++++----- 4 files changed, 138 insertions(+), 43 deletions(-) diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 453996abd..e7f997a6d 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -9,6 +9,15 @@ + + +