[llvm] [VP] Refactor VectorBuilder to avoid layering violation. NFC (PR #99276)

Mel Chen via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 18 23:14:42 PDT 2024


================
@@ -100,11 +99,11 @@ class VectorBuilder {
                                  const Twine &Name = Twine());
 
   /// Emit a VP reduction intrinsic call for recurrence kind.
-  /// \param Kind        The kind of recurrence
+  /// \param RdxID       The intrinsic id of llvm.vector.reduce.*
----------------
Mel-Chen wrote:

a96aa388ba302a42b7de6db3c78f6492b3bafc2c

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


More information about the llvm-commits mailing list