[PATCH] D133593: [AMDGPU] Always select s_cselect_b32 for uniform 'select' SDNode
Valery Pykhtin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 15 08:53:57 PDT 2022
vpykhtin added inline comments.
================
Comment at: llvm/lib/CodeGen/MachineRegisterInfo.cpp:86
unsigned MinNumRegs) {
+ if (Reg.isPhysical())
+ return nullptr;
----------------
formatting: 2 spaces
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133593/new/
https://reviews.llvm.org/D133593
More information about the llvm-commits
mailing list