Skip to content

Commit

Permalink
Fix getInheritanceInfo for ExtractExistentialType. (#5971)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Dec 31, 2024
1 parent 8d50e5f commit 81bc689
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": 1869.5
"value": 1876.125
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 496.3125
"value": 494.0625
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 493.25
"value": 493.9375
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1854.0625
"value": 1860.1875
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 489.75
"value": 491.5
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 492.4375
"value": 490.8125
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 587.75
"value": 587.4375
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Check for undefined %id in spirv_asm block. (#5966)
b7eb585241b3f3519ff494004efedae680cb44b9
Fix `getInheritanceInfo` for `ExtractExistentialType`. (#5971)
a8471a1d9a5591202bf4a552aa7d1bf11088fdce

0 comments on commit 81bc689

Please sign in to comment.