[PATCH] D109159: [amdgpu] Enable selection of `s_cselect_b64`.

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 2 09:34:04 PDT 2021


rampitec added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/SIInstrInfo.cpp:6315
+    MRI.replaceRegWith(Dest.getReg(), SCCSource);
+    return;
+  }
----------------
Bail before you have created new virtual registers.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109159



More information about the llvm-commits mailing list