[all-commits] [llvm/llvm-project] 673604: [mlir][vector] Update docs for scalable vectors (#...

Andrzej Warzyński via All-commits all-commits at lists.llvm.org
Tue Aug 6 03:53:16 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 673604a5398dd1732d23bcd8025987dd66b10947
      https://github.com/llvm/llvm-project/commit/673604a5398dd1732d23bcd8025987dd66b10947
  Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
  Date:   2024-08-06 (Tue, 06 Aug 2024)

  Changed paths:
    M mlir/docs/Dialects/Vector.md
    M mlir/lib/Conversion/LLVMCommon/TypeConverter.cpp
    M mlir/test/Dialect/LLVMIR/types.mlir
    M mlir/test/Target/LLVMIR/llvmir-types.mlir

  Log Message:
  -----------
  [mlir][vector] Update docs for scalable vectors (#101842)

Adds a few notes on scalable vectors in the docs for the Vector dialect.
This is mostly "repeating" things from LLVM's LangRef. 

Additionally:

* Adds a few basic tests with scalable vectors (those should've been
  added long time ago),
* Updates a comment in "TypeConverter.cpp" (the current comment is
out-of-date),
* Includes small formatting edits in Vector.md.

**NOTE** Depends on #101813 - only review the top commit



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list