[llvm] [AMDGPU][True16][MC] VOP3 profile in True16 format (PR #109031)

via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 18 08:12:55 PDT 2024


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 b74e7792194d9a8a9ef32c7dc1ffcd205b299336 cce56efc68653b615fca2f9d51a75942402c0d94 --extensions cpp -- llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/Target/AMDGPU/SIInstrInfo.cpp b/llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
index 7752acd092..2b8247c118 100644
--- a/llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
+++ b/llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
@@ -7371,7 +7371,7 @@ void SIInstrInfo::moveToVALUImpl(SIInstrWorklist &Worklist,
                                  .add(Inst.getOperand(2))
                                  .addImm(0)  // clamp
                                  .addImm(0)  // omod
-								 .addImm(0); // opsel0
+                                 .addImm(0); // opsel0
     MRI.replaceRegWith(Inst.getOperand(0).getReg(), NewDst);
     legalizeOperands(*NewInstr, MDT);
     addUsersToMoveToVALUWorklist(NewDst, MRI, Worklist);

``````````

</details>


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


More information about the llvm-commits mailing list