[clang] [llvm] [HLSL] Add WaveActiveAllEqual functions (PR #183634)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 2 12:56:34 PST 2026
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff origin/main HEAD --extensions cpp,h -- clang/lib/CodeGen/CGHLSLBuiltins.cpp clang/lib/CodeGen/CGHLSLRuntime.h clang/lib/Headers/hlsl/hlsl_alias_intrinsics.h clang/lib/Sema/SemaHLSL.cpp llvm/lib/Target/DirectX/DXILShaderFlags.cpp llvm/lib/Target/DirectX/DirectXTargetTransformInfo.cpp llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp --diff_from_common_commit
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp b/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
index de2b5f1d8..a5e86e767 100644
--- a/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
+++ b/llvm/lib/Target/SPIRV/SPIRVInstructionSelector.cpp
@@ -339,7 +339,7 @@ private:
MachineInstr &I) const;
bool selectWaveActiveAllEqual(Register ResVReg, SPIRVTypeInst ResType,
- MachineInstr &I) const;
+ MachineInstr &I) const;
bool selectUnmergeValues(MachineInstr &I) const;
@@ -2909,7 +2909,6 @@ bool SPIRVInstructionSelector::selectWaveActiveAllEqual(Register ResVReg,
return true;
}
-
bool SPIRVInstructionSelector::selectWavePrefixBitCount(Register ResVReg,
SPIRVTypeInst ResType,
MachineInstr &I) const {
``````````
</details>
https://github.com/llvm/llvm-project/pull/183634
More information about the llvm-commits
mailing list