[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:26:06 PST 2018


tpr added a comment.

Oh, I've found it already in use in a different case in LLPC:

  ; Prevent optimization of backend compiler on the control flow
  %2 = call i32 asm sideeffect "; %1", "=v,0"(i32 %1)


Repository:
  rL LLVM

https://reviews.llvm.org/D54516





More information about the llvm-commits mailing list