[llvm] [NFC][SPIRV] Rename `selectSelectDefaultArgs` to `selectBoolToInt` (PR #184120)

Juan Manuel Martinez CaamaƱo via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 4 05:02:44 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:

Done

https://github.com/llvm/llvm-project/pull/184120


More information about the llvm-commits mailing list