[llvm] [RISCV] Tune flag for fast vrgather.vv (PR #124664)

via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 21 00:42:29 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 aa34a6ab299027ac31929173287e42db0dbdb06b 1a0a1f9c29d1351d467919a1299b80c75714a7db --extensions h,cpp -- llvm/lib/Target/RISCV/RISCVISelLowering.cpp llvm/lib/Target/RISCV/RISCVSubtarget.h
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/Target/RISCV/RISCVSubtarget.h b/llvm/lib/Target/RISCV/RISCVSubtarget.h
index 2919cb6f73..d3431c36b4 100644
--- a/llvm/lib/Target/RISCV/RISCVSubtarget.h
+++ b/llvm/lib/Target/RISCV/RISCVSubtarget.h
@@ -160,7 +160,9 @@ public:
   /// initializeProperties().
   RISCVProcFamilyEnum getProcFamily() const { return RISCVProcFamily; }
 
-  RISCVVRGatherCostModelEnum getVRGatherCostModel() const { return RISCVVRGatherCostModel; }
+  RISCVVRGatherCostModelEnum getVRGatherCostModel() const {
+    return RISCVVRGatherCostModel;
+  }
 
 #define GET_SUBTARGETINFO_MACRO(ATTRIBUTE, DEFAULT, GETTER) \
   bool GETTER() const { return ATTRIBUTE; }

``````````

</details>


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


More information about the llvm-commits mailing list