[PATCH] D106079: [AMDGPU] Divergence-driven compare operations instruction selection

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 19 11:09:12 PDT 2021


rampitec added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/SIInstrInfo.cpp:5759
 
+    Register CondReg = RI.getVCC();
     // Handle some special cases
----------------
Unused variable initialization. You do not need to declare CondReg here at all.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106079



More information about the llvm-commits mailing list