[llvm] [AMDGPU][GlobalISel] Add combines with or/and that only use half of 64bit values (PR #151519)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 31 06:38:16 PDT 2025


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 HEAD~1 HEAD --extensions cpp,h -- llvm/lib/Target/AMDGPU/AMDGPUCombinerHelper.cpp llvm/lib/Target/AMDGPU/AMDGPUCombinerHelper.h
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/llvm/lib/Target/AMDGPU/AMDGPUCombinerHelper.h b/llvm/lib/Target/AMDGPU/AMDGPUCombinerHelper.h
index 4bb9622f0..e772990f2 100644
--- a/llvm/lib/Target/AMDGPU/AMDGPUCombinerHelper.h
+++ b/llvm/lib/Target/AMDGPU/AMDGPUCombinerHelper.h
@@ -47,7 +47,6 @@ public:
   void applyCombineOrS64S32(MachineInstr &MI, Register S64, Register S32) const;
 
   void applyCombineAndS64HiMask(MachineInstr &MI, Register S64) const;
-
 };
 
 } // namespace llvm

``````````

</details>


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


More information about the llvm-commits mailing list