[all-commits] [llvm/llvm-project] 204d71: [mlir][vector] Add more tests for ConvertVectorToL...

Andrzej Warzyński via All-commits all-commits at lists.llvm.org
Wed Nov 27 00:40:44 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 204d7153629db22c44a313733a5469cd6f7056df
      https://github.com/llvm/llvm-project/commit/204d7153629db22c44a313733a5469cd6f7056df
  Author: Andrzej Warzyński <andrzej.warzynski at arm.com>
  Date:   2024-11-27 (Wed, 27 Nov 2024)

  Changed paths:
    M mlir/test/Conversion/VectorToLLVM/vector-to-llvm.mlir

  Log Message:
  -----------
  [mlir][vector] Add more tests for ConvertVectorToLLVM (11/n) (#117160)

Adds tests with scalable vectors for the Vector-To-LLVM conversion pass.
Covers the following Ops:

  * `vector.splat`.

In addition:
* Removed `@make_fixed_vector_of_scalable_vect`, which duplicated
  `@broadcast_vec2d_from_scalar_scalable` (and wasn't grouped with other
  tests for `vector.broadcast`).
* Moved `@vector_bitcast_2d` near other tests for `vector.bitcast` and
  added a variant with scalable vectors.



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