Ideally exports should be done at the end of the shader for performance.
The position export could be done a bit earlier, but after all other memory operations.
This patch is a first step, and enforces all export to be at the end of the shader for the SI scheduler.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM