[PATCH] D102830: [AMDGPU] Avoid null export insertion when unifying exit blocks

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 6 04:32:12 PDT 2021


foad added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/kill-infinite-loop.ll:12
 ; CHECK-LABEL: return_void
 ; Make sure that we remove the done bit from the original export
+; CHECK: exp mrt0 v{{[0-9]+}}, v{{[0-9]+}}, v{{[0-9]+}}, v{{[0-9]+}} done vm
----------------
This comment seems obsolete now.


================
Comment at: llvm/test/CodeGen/AMDGPU/kill-infinite-loop.ll:30
 
 ; Check that we also remove the done bit from compressed exports correctly.
 ; CHECK-LABEL: return_void_compr
----------------
Same here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102830/new/

https://reviews.llvm.org/D102830



More information about the llvm-commits mailing list