[PATCH] D12067: AMDGPU: Refactor exp instructions

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 16 14:46:10 PDT 2015


arsenm added a comment.

In http://reviews.llvm.org/D12067#269437, @mareko wrote:

> Please ignore what I said. I've talked with a Catalyst guy and he said we should emit exports as late in the shader as possible. The export memory can be allocated in the first export instruction and it limits the number of waves that can be run from that point. It's okay to reorder exports, but please don't emit them too early.


This patch shouldn't effect the scheduling of exports much if any


http://reviews.llvm.org/D12067





More information about the llvm-commits mailing list