[all-commits] [llvm/llvm-project] a99f62: [mlir] VectorToLLVM: propagate up from replaceTran...

ftynse via All-commits all-commits at lists.llvm.org
Thu May 7 02:54:11 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a99f62c40a2ec5d54d841dc35006683cb70861a4
      https://github.com/llvm/llvm-project/commit/a99f62c40a2ec5d54d841dc35006683cb70861a4
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2020-05-07 (Thu, 07 May 2020)

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

  Log Message:
  -----------
  [mlir] VectorToLLVM: propagate up from replaceTransferOp

In the Vector to LLVM conversion, the `replaceTransferOp` function calls
into a type converter that may fail and suppresses the status. Change
the function to return the failure status instead, Since it is called
from a pattern, the failure can be readily propagated to the rest of
infrastructure.




More information about the All-commits mailing list