[PATCH] D76033: [AMDGPU] Simplify nested SI_END_CF

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 11 16:30:11 PDT 2020


rampitec marked an inline comment as done.
rampitec 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
----------------
arsenm wrote:
> Should changing the test input to the CF pseudo be split into a separate patch?
I can do it and pre-commit.


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

https://reviews.llvm.org/D76033





More information about the llvm-commits mailing list