[llvm] gisel update (PR #128913)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 26 09:09:03 PST 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 a955426a16bcbb9bf05eb0e3894663dff4983b00 2c47df8b7c738fafedec2228dd7fe71863d0f8a8 --extensions cpp -- llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp b/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
index 1385d9bca2..8a4ffa1c53 100644
--- a/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
+++ b/llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
@@ -5849,7 +5849,7 @@ AMDGPUInstructionSelector::selectVOP3PMadMixModsImpl(MachineOperand &Root,
CheckAbsNeg();
}
- // Since we looked through FPEXT and removed it, we must also remove
+ // Since we looked through FPEXT and removed it, we must also remove
// G_TRUNC. G_TRUNC to 16-bits would have a destination in RC VGPR_16, which
// is not compatible with MadMix instructions
Register PeekSrc = Src;
``````````
</details>
https://github.com/llvm/llvm-project/pull/128913
More information about the llvm-commits
mailing list