[PATCH] D136169: [AMDGPU] Avoid SCC clobbering before S_CSELECT_B32
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 22 00:19:51 PDT 2022
rampitec added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp:2213
+
+ bool NeedSaveSCC = false;
+
----------------
Save is not a right word anymore. Preserve is.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136169/new/
https://reviews.llvm.org/D136169
More information about the llvm-commits
mailing list