Skip to content

Commit

Permalink
Correct IR generation for no-diff pointer type (#5976)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Jan 2, 2025
1 parent 337feec commit e1f6f9b
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": 1860.875
"value": 1877.0625
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 488.25
"value": 495.875
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 489.125
"value": 496.9375
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1854.1875
"value": 1849.0
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 488.1875
"value": 495.1875
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 485.5625
"value": 518.5625
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 580.8125
"value": 584.8125
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Allow explicit test root (#5980)
e3b71cf0356692bda5f0b3a06aed9d49ad3314a4
Correct IR generation for no-diff pointer type (#5976)
d48cd130aacbab34bb98d51bb237ad38ff37348c

0 comments on commit e1f6f9b

Please sign in to comment.