[Doc] Release note update for 1.8.2407. (#6821) (#6822)

Add note for loop structurizer fixes.
Fix the ReleaseNotes.md path.

(cherry picked from commit 0777bff092)
This commit is contained in:
Xiang Li 2024-07-25 11:57:48 -07:00 коммит произвёл GitHub
Родитель af9a0ba8a5
Коммит 37cd83fd53
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -29,7 +29,8 @@ Here are some highlights:
- [SPIR-V] Implement WaveMutliPrefix* in [#6600](https://github.com/microsoft/DirectXShaderCompiler/issues/6600)
- [SPIR-V] Implement SampleCmpLevel for SM6.7 in [#6613](https://github.com/microsoft/DirectXShaderCompiler/issues/6613)
- Avoid adding types to default namespace in [#6646](https://github.com/microsoft/DirectXShaderCompiler/issues/6646)
- Release notes once found in `README.md` can now be found in `docs/ReleaseNotes.md`
- Release notes once found in `README.md` can now be found in `ReleaseNotes.md`
- 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.
### Version 1.8.2405