[llvm] [NFC][SPIRV] Rename `selectSelectDefaultArgs` to `selectExtendBool` (PR #184120)
Juan Manuel Martinez CaamaƱo via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 4 04:48:36 PST 2026
================
@@ -266,8 +266,8 @@ class SPIRVInstructionSelector : public InstructionSelector {
bool selectSelect(Register ResVReg, SPIRVTypeInst ResType,
MachineInstr &I) const;
- bool selectSelectDefaultArgs(Register ResVReg, SPIRVTypeInst ResType,
- MachineInstr &I, bool IsSigned) const;
+ bool selectExtendBool(Register ResVReg, SPIRVTypeInst ResType,
----------------
jmmartinez wrote:
I like that one! I'll apply your suggestion.
https://github.com/llvm/llvm-project/pull/184120
More information about the llvm-commits
mailing list