[all-commits] [llvm/llvm-project] b841ae: [mlir] Fix SplatOp lowering to the LLVM dialect

ftynse via All-commits all-commits at lists.llvm.org
Tue Sep 7 10:14:44 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b841ae55e56392d5dfb4ce2ee7ef7cf56f2b81f9
      https://github.com/llvm/llvm-project/commit/b841ae55e56392d5dfb4ce2ee7ef7cf56f2b81f9
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2021-09-07 (Tue, 07 Sep 2021)

  Changed paths:
    M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp

  Log Message:
  -----------
  [mlir] Fix SplatOp lowering to the LLVM dialect

The lowering has been incorrectly using the operands of the original op instead
of rewritten operands provided to matchAndRewrite call. This may lead to
spurious materializations and generally invalid IR.

Reviewed By: aartbik

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




More information about the All-commits mailing list