Skip to content

Commit

Permalink
Fix def-use issue from multi-level break elimination (#6134)
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Jan 20, 2025
1 parent 2fec9dc commit 9f4bbe5
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": 1888.0
"value": 1872.375
},
{
"name": "anyhit : mono : dxil",
"unit": "milliseconds",
"value": 506.9375
"value": 502.8125
},
{
"name": "shadow : mono : dxil",
"unit": "milliseconds",
"value": 505.25
"value": 504.4375
},
{
"name": "closesthit : module : dxil",
"unit": "milliseconds",
"value": 1882.0
"value": 1876.0
},
{
"name": "anyhit : module : dxil",
"unit": "milliseconds",
"value": 504.5625
"value": 504.4375
},
{
"name": "shadow : module : dxil",
"unit": "milliseconds",
"value": 503.625
"value": 505.1875
},
{
"name": "precompilation : dxil",
"unit": "milliseconds",
"value": 610.8125
"value": 604.5625
}
]
4 changes: 2 additions & 2 deletions current
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Fix upper 32 bits of 64-bit AnyValue packing (#6127)
f3d7aa6ce964e3f8e2550886dae24ee6cba7ae9c
Fix def-use issue from multi-level break elimination (#6134)
b11c25749d29ff37fe1f3379746ceb614602e3fa

0 comments on commit 9f4bbe5

Please sign in to comment.