[PATCH] D76033: [AMDGPU] Simplify nested SI_END_CF
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 11 16:06:39 PDT 2020
arsenm added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/collapse-endcf.mir:67-70
- %4:sreg_64 = S_AND_B64 %3, %2, implicit-def dead $scc
- $exec = S_MOV_B64_term %4
- SI_MASK_BRANCH %bb.4, implicit $exec
- S_BRANCH %bb.1
----------------
Should changing the test input to the CF pseudo be split into a separate patch?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76033/new/
https://reviews.llvm.org/D76033
More information about the llvm-commits
mailing list