[PATCH] D54516: [AMDGPU] Do not mark llvm.amdgcn.set.inactive as IntrNoMem
Tim Renouf via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 16 06:17:47 PST 2018
tpr added a comment.
EarlyCSE does seem to common up in this situation. And, if I disable that, I get GVN commoning it up.
Nicolai, thanks for reminding me of the Mesa inline asm hack, which you have told me about before. I think my best short term solution is to use that same hack in my frontend when generating llvm.amdgcn.set.inactive. Could you point me at that hack again please?
Repository:
rL LLVM
https://reviews.llvm.org/D54516
More information about the llvm-commits
mailing list