[PATCH] D12067: AMDGPU: Refactor exp instructions

Marek Olšák via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 10:54:39 PST 2016


mareko added a comment.

FYI, I'm working on a pass that moves all EXP instructions to the end of shaders after the machine scheduler. We don't want any scheduling optimizations for those.


https://reviews.llvm.org/D12067





More information about the llvm-commits mailing list