[all-commits] [llvm/llvm-project] 927559: [mlir][vector] Fix a crash in `VectorToGPU` (#113454)

Longsheng Mou via All-commits all-commits at lists.llvm.org
Thu Oct 24 05:29:04 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 927559d27d5bfe97ad668a562489d732b8bc246f
      https://github.com/llvm/llvm-project/commit/927559d27d5bfe97ad668a562489d732b8bc246f
  Author: Longsheng Mou <longshengmou at gmail.com>
  Date:   2024-10-24 (Thu, 24 Oct 2024)

  Changed paths:
    M mlir/lib/Conversion/VectorToGPU/VectorToGPU.cpp
    M mlir/test/Conversion/VectorToGPU/vector-to-mma-ops.mlir

  Log Message:
  -----------
  [mlir][vector] Fix a crash in `VectorToGPU` (#113454)

This PR fixes a crash in `VectorToGPU` when the operand of `extOp` is a
function argument, which cannot be retrieved using `getDefiningOp`.
Fixes #107967.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list