Skip to content

Commit

Permalink
Fix simplify if-else (#6077)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Jan 14, 2025
1 parent 13bb237 commit 1f44300
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions benchmarks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Don't initialize temp var for out parameters. (#6076)
9a926058f45c7adfa569946b4f6b15a8772ac035
Fix simplify if-else (#6077)
4da52b65ac04251ab52d713fa28146f76a84446c

0 comments on commit 1f44300

Please sign in to comment.