[all-commits] [llvm/llvm-project] 813fa7: Don't drop in_bounds when vector-transfer-collapse...

Ahmed S. Taei via All-commits all-commits at lists.llvm.org
Fri Oct 29 09:08:10 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 813fa79c151cdc8543622f38d287fa4e08a0a99f
      https://github.com/llvm/llvm-project/commit/813fa79c151cdc8543622f38d287fa4e08a0a99f
  Author: Ahmed Taei <ataei at google.com>
  Date:   2021-10-29 (Fri, 29 Oct 2021)

  Changed paths:
    M mlir/lib/Dialect/Vector/VectorTransforms.cpp
    M mlir/test/Dialect/Vector/vector-transfer-collapse-inner-most-dims.mlir

  Log Message:
  -----------
  Don't drop in_bounds when vector-transfer-collapse-inner-most-dims

When operand is a subview we don't infer in_bounds and some default cases (e.g case in the tests) will crash with `operand is NULL` when converting to LLVM

Reviewed By: ThomasRaoux

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




More information about the All-commits mailing list