Skip to content

Commit

Permalink
Fix l-value computation for subscript call. (#5177)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Sep 28, 2024
1 parent fb68acc commit 7aa6b64
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": 1791.5625
"value": 1807.0625
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 486.5
"value": 490.5
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 492.0625
"value": 489.4375
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1785.125
"value": 1790.0
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 488.4375
"value": 488.625
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 487.375
"value": 489.125
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 588.5
"value": 591.3125
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Update slang-rhi (#5176)
09cbd42a97f58fe255fa85706a9a0bfbfcc60c0e
Fix l-value computation for subscript call. (#5177)
afb1405bf7974d714cee10fcce0c61fe28cd075d

0 comments on commit 7aa6b64

Please sign in to comment.