[PATCH] D18162: AMDGPU: Add SIWholeQuadMode pass
Nicolai Hähnle via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 18 19:50:37 PDT 2016
nhaehnle added a comment.
Thanks for the feedback Tom. I'll work in those changes before I commit.
Matt, I'm not sure "convergent" really captures the properties. In practice, I doubt it's a problem because the relevant instructions define EXEC - as far as I can tell, this means they're left alone by the passes that care about convergence, because EXEC is a physical register.
http://reviews.llvm.org/D18162
More information about the llvm-commits
mailing list