Skip to content

Commit 0777bff

Browse files
authored
[Doc] Release note update for 1.8.2407. (microsoft#6821)
Add note for loop structurizer fixes. Fix the ReleaseNotes.md path.
1 parent 83e4cd4 commit 0777bff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/ReleaseNotes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ Here are some highlights:
3333
- [SPIR-V] Implement WaveMutliPrefix* in [#6600](https://github.com/microsoft/DirectXShaderCompiler/issues/6600)
3434
- [SPIR-V] Implement SampleCmpLevel for SM6.7 in [#6613](https://github.com/microsoft/DirectXShaderCompiler/issues/6613)
3535
- Avoid adding types to default namespace in [#6646](https://github.com/microsoft/DirectXShaderCompiler/issues/6646)
36-
- Release notes once found in `README.md` can now be found in `docs/ReleaseNotes.md`
36+
- Release notes once found in `README.md` can now be found in `ReleaseNotes.md`
37+
- Fixed several bugs in the loop restructurizer. Shader developers who are using -opt-disable structurize-loop-exits-for-unroll to disable the loop restructurizer should consider removing that workaround.
3738

3839
### Version 1.8.2405
3940

0 commit comments

Comments
 (0)