[all-commits] [llvm/llvm-project] 2bf491: [mlir][VectorOps] Fail fast when a strided memref ...

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Wed Sep 2 01:35:54 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2bf491c7294c020d1754cddbf3a55e8e21c14bdc
      https://github.com/llvm/llvm-project/commit/2bf491c7294c020d1754cddbf3a55e8e21c14bdc
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2020-09-02 (Wed, 02 Sep 2020)

  Changed paths:
    M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp

  Log Message:
  -----------
  [mlir][VectorOps] Fail fast when a strided memref is passed to vector_transfer

Otherwise we'll silently miscompile things.

Differential Revision: https://reviews.llvm.org/D86951




More information about the All-commits mailing list