From 9f4bbe5ce13faaf6883763b04fdb16207bf22e29 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 20 Jan 2025 12:20:21 -0800 Subject: [PATCH] Fix def-use issue from multi-level break elimination (#6134) https://github.com/shader-slang/slang/commit/b11c25749d29ff37fe1f3379746ceb614602e3fa --- benchmarks.json | 14 +++++++------- current | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/benchmarks.json b/benchmarks.json index 3f9595c..eb377c5 100644 --- a/benchmarks.json +++ b/benchmarks.json @@ -2,36 +2,36 @@ { "name": "closesthit : mono : dxil", "unit": "milliseconds", - "value": 1888.0 + "value": 1872.375 }, { "name": "anyhit : mono : dxil", "unit": "milliseconds", - "value": 506.9375 + "value": 502.8125 }, { "name": "shadow : mono : dxil", "unit": "milliseconds", - "value": 505.25 + "value": 504.4375 }, { "name": "closesthit : module : dxil", "unit": "milliseconds", - "value": 1882.0 + "value": 1876.0 }, { "name": "anyhit : module : dxil", "unit": "milliseconds", - "value": 504.5625 + "value": 504.4375 }, { "name": "shadow : module : dxil", "unit": "milliseconds", - "value": 503.625 + "value": 505.1875 }, { "name": "precompilation : dxil", "unit": "milliseconds", - "value": 610.8125 + "value": 604.5625 } ] \ No newline at end of file diff --git a/current b/current index b39d971..1d9e8fc 100644 --- a/current +++ b/current @@ -1,2 +1,2 @@ -Fix upper 32 bits of 64-bit AnyValue packing (#6127) -f3d7aa6ce964e3f8e2550886dae24ee6cba7ae9c +Fix def-use issue from multi-level break elimination (#6134) +b11c25749d29ff37fe1f3379746ceb614602e3fa