From 5cc729ad001b61ce9daf18e4147b21647068d30d Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 9 Oct 2024 17:43:55 -0700 Subject: [PATCH] Support constant folding for static array access. (#5248) https://github.com/shader-slang/slang/commit/75481ea3b0654eeb727cabc718258984e7753e02 --- benchmarks.json | 14 +++++++------- current | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/benchmarks.json b/benchmarks.json index 7e1c3f1..0b611c8 100644 --- a/benchmarks.json +++ b/benchmarks.json @@ -2,36 +2,36 @@ { "name": "closesthit : mono : dxil", "unit": "milliseconds", - "value": 1805.125 + "value": 1820.4375 }, { "name": "anyhit : mono : dxil", "unit": "milliseconds", - "value": 489.875 + "value": 493.9375 }, { "name": "shadow : mono : dxil", "unit": "milliseconds", - "value": 488.5 + "value": 494.5625 }, { "name": "closesthit : module : dxil", "unit": "milliseconds", - "value": 1791.25 + "value": 1797.25 }, { "name": "anyhit : module : dxil", "unit": "milliseconds", - "value": 488.9375 + "value": 493.5625 }, { "name": "shadow : module : dxil", "unit": "milliseconds", - "value": 488.4375 + "value": 492.25 }, { "name": "precompilation : dxil", "unit": "milliseconds", - "value": 588.375 + "value": 602.125 } ] \ No newline at end of file diff --git a/current b/current index 65a14b0..d05db69 100644 --- a/current +++ b/current @@ -1,2 +1,2 @@ -Fix target switch lowering bug. (#5182) -24f56d0d0e00853709f9a51da593928eb3460f60 +Support constant folding for static array access. (#5248) +75481ea3b0654eeb727cabc718258984e7753e02