[PATCH] D64096: [AMDGPU] Enable serializing of argument info.
Michael Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 2 13:13:46 PDT 2019
hliao marked an inline comment as done.
hliao added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/hazard-hidden-bundle.mir:6-7
# GCN-LABEL: name: break_smem_clause_simple_load_smrd8_ptr_hidden_bundle
+# GCN: bb.0:
# GCN: }
# XNACK-NEXT: S_NOP
----------------
As non-empty arg info has '}' as well, need to match the basic block label to ensure '}' matching the end of the bundle.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64096/new/
https://reviews.llvm.org/D64096
More information about the llvm-commits
mailing list