[PATCH] D101629: [AMDGPU] Remove set_gpr_idx instructions in conditional blocks

David Stuttard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 30 07:22:53 PDT 2021


dstuttard added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/SIPreEmitPeephole.cpp:361
+        break;
       case AMDGPU::S_CBRANCH_EXECZ:
         Changed |= removeExeczBranch(MI, MBB);
----------------
Doesn't the compiler warn about no default / missing enums?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101629



More information about the llvm-commits mailing list