[all-commits] [llvm/llvm-project] b34f15: [mlir][ArmSME] Add arm_sme.move_tile_slice_to_vect...

Benjamin Maxwell via All-commits all-commits at lists.llvm.org
Fri Sep 29 02:33:23 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b34f15df55bdeb036a4124a2f668676820a9391e
      https://github.com/llvm/llvm-project/commit/b34f15df55bdeb036a4124a2f668676820a9391e
  Author: Benjamin Maxwell <benjamin.maxwell at arm.com>
  Date:   2023-09-29 (Fri, 29 Sep 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/ArmSME/IR/ArmSME.td
    M mlir/lib/Conversion/ArmSMEToSCF/ArmSMEToSCF.cpp
    M mlir/lib/Dialect/ArmSME/Transforms/LegalizeForLLVMExport.cpp
    M mlir/test/Conversion/ArmSMEToSCF/arm-sme-to-scf.mlir
    M mlir/test/Dialect/ArmSME/arm-sme-to-llvm.mlir
    M mlir/test/Dialect/ArmSME/invalid.mlir
    M mlir/test/Dialect/ArmSME/roundtrip.mlir

  Log Message:
  -----------
  [mlir][ArmSME] Add arm_sme.move_tile_slice_to_vector op (#67652)

This adds a simple higher-level op for the tile slice to vector
intrinsics (and updates the existing vector.print lowering to use it).
This op will be used a few more times to implement vector.insert/extract
lowerings in later patches.




More information about the All-commits mailing list