[all-commits] [llvm/llvm-project] e02c96: [Matrix] Specify missing alignment in tests (NFC).

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue Jun 16 07:45:44 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e02c9649699827cb7189d8662b42a829339c6ec0
      https://github.com/llvm/llvm-project/commit/e02c9649699827cb7189d8662b42a829339c6ec0
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2020-06-16 (Tue, 16 Jun 2020)

  Changed paths:
    M llvm/test/Transforms/LowerMatrixIntrinsics/bigger-expressions-double.ll
    M llvm/test/Transforms/LowerMatrixIntrinsics/multiply-add-sub-double-row-major.ll
    M llvm/test/Transforms/LowerMatrixIntrinsics/multiply-fused-multiple-blocks.ll
    M llvm/test/Transforms/LowerMatrixIntrinsics/multiply-fused.ll
    M llvm/test/Transforms/LowerMatrixIntrinsics/propagate-backward.ll
    M llvm/test/Transforms/LowerMatrixIntrinsics/propagate-multiple-iterations.ll

  Log Message:
  -----------
  [Matrix] Specify missing alignment in tests (NFC).

Some tests were missing alignment info. Subsequent changes properly
preserve the set alignment. Set it properly beforehand, to avoid
unnecessary test changes.

It also updates cases where an alignment of 16 was specified, instead of
the vector element type alignment.




More information about the All-commits mailing list