[all-commits] [llvm/llvm-project] 53d489: [mlir][ArmSME] Add arm_sme.streaming_vl operation ...

Benjamin Maxwell via All-commits all-commits at lists.llvm.org
Wed Jan 10 02:11:59 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 53d48902bc6b05cc284f767089fe070ada651910
      https://github.com/llvm/llvm-project/commit/53d48902bc6b05cc284f767089fe070ada651910
  Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
  Date:   2024-01-10 (Wed, 10 Jan 2024)

  Changed paths:
    M mlir/include/mlir/Dialect/ArmSME/IR/ArmSMEOps.td
    M mlir/lib/Conversion/ArmSMEToLLVM/ArmSMEToLLVM.cpp
    M mlir/test/Conversion/ArmSMEToLLVM/arm-sme-to-llvm.mlir
    M mlir/test/Dialect/ArmSME/roundtrip.mlir

  Log Message:
  -----------
  [mlir][ArmSME] Add arm_sme.streaming_vl operation (#77321)

This operation provides a convenient way to query the streaming vector
length regardless of the streaming mode. This most useful for functions
that call/pass data to streaming functions, but are not streaming
themselves.

Example:
```mlir
%svl_w = arm_sme.streaming_vl <word>
```

Created based on discussion here:
https://github.com/llvm/llvm-project/pull/76086#discussion_r1434226352




More information about the All-commits mailing list