[all-commits] [llvm/llvm-project] f99931: Recommit "[Matrix] Overload stride arg in matrix.c...

Florian Hahn via All-commits all-commits at lists.llvm.org
Thu Aug 12 10:32:18 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f999312872b811b550533640b92ecb234cf5c642
      https://github.com/llvm/llvm-project/commit/f999312872b811b550533640b92ecb234cf5c642
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2021-08-12 (Thu, 12 Aug 2021)

  Changed paths:
    M clang/test/CodeGen/matrix-type-builtins.c
    M clang/test/CodeGenCXX/matrix-type-builtins.cpp
    M clang/test/CodeGenObjC/matrix-type-builtins.m
    M llvm/docs/LangRef.rst
    M llvm/include/llvm/IR/Intrinsics.td
    M llvm/include/llvm/IR/MatrixBuilder.h
    M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
    M llvm/test/Analysis/CostModel/PowerPC/matrix.ll
    M llvm/test/Transforms/LowerMatrixIntrinsics/strided-load-double.ll
    M llvm/test/Transforms/LowerMatrixIntrinsics/strided-store-double.ll
    M llvm/test/Verifier/matrix-intrinsics.ll
    M mlir/test/Target/LLVMIR/llvmir-intrinsics.mlir

  Log Message:
  -----------
  Recommit "[Matrix] Overload stride arg in matrix.columnwise.load/store."

This reverts the revert 28c04794df74ad3c38155a244729d1f8d57b9400.

The failing MLIR test that caused the revert should be fixed  in this
version.

Also includes a PPC test fix previously in 1f87c7c478a6.




More information about the All-commits mailing list