[PATCH] D68092: [AMDGPU] Invert the handling of skip insertion.
Christudasan Devadasan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 27 06:05:38 PDT 2019
cdevadas marked an inline comment as done.
cdevadas added inline comments.
================
Comment at: test/CodeGen/AMDGPU/convergent-inlineasm.ll:7
; GCN: v_cmp_ne_u32_e64
-; GCN: ; mask branch
-; GCN: BB{{[0-9]+_[0-9]+}}:
+; GCN: s_cbranch_execz
+; GCN: ; %bb.{{[0-9]+}}:
----------------
arsenm wrote:
> I assume the branch was here before and this isn't a change?
Yes, the branch was here even earlier.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68092/new/
https://reviews.llvm.org/D68092
More information about the llvm-commits
mailing list