From 1f4430013c39f4cb4f7a954ecdaad7357e8dc346 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 14 Jan 2025 09:00:04 -0800 Subject: [PATCH] Fix simplify if-else (#6077) https://github.com/shader-slang/slang/commit/4da52b65ac04251ab52d713fa28146f76a84446c --- benchmarks.json | 14 +++++++------- current | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/benchmarks.json b/benchmarks.json index 20dd0ca..4ffae9e 100644 --- a/benchmarks.json +++ b/benchmarks.json @@ -2,36 +2,36 @@ { "name": "closesthit : mono : dxil", "unit": "milliseconds", - "value": 1881.5625 + "value": 1883.9375 }, { "name": "anyhit : mono : dxil", "unit": "milliseconds", - "value": 492.3125 + "value": 492.0625 }, { "name": "shadow : mono : dxil", "unit": "milliseconds", - "value": 498.625 + "value": 492.6875 }, { "name": "closesthit : module : dxil", "unit": "milliseconds", - "value": 1855.3125 + "value": 1871.125 }, { "name": "anyhit : module : dxil", "unit": "milliseconds", - "value": 488.25 + "value": 490.3125 }, { "name": "shadow : module : dxil", "unit": "milliseconds", - "value": 491.5625 + "value": 491.3125 }, { "name": "precompilation : dxil", "unit": "milliseconds", - "value": 581.25 + "value": 582.25 } ] \ No newline at end of file diff --git a/current b/current index 183b2af..c7d1637 100644 --- a/current +++ b/current @@ -1,2 +1,2 @@ -Don't initialize temp var for out parameters. (#6076) -9a926058f45c7adfa569946b4f6b15a8772ac035 +Fix simplify if-else (#6077) +4da52b65ac04251ab52d713fa28146f76a84446c