[all-commits] [llvm/llvm-project] efc31e: [mlir][LICM] Restrict LICM to pure tensor semantic...

Longsheng Mou via All-commits all-commits at lists.llvm.org
Tue Mar 18 23:18:11 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: efc31ecd2773ba378598c86b3a90d038075b9d4e
      https://github.com/llvm/llvm-project/commit/efc31ecd2773ba378598c86b3a90d038075b9d4e
  Author: Longsheng Mou <longshengmou at gmail.com>
  Date:   2025-03-19 (Wed, 19 Mar 2025)

  Changed paths:
    M mlir/lib/Transforms/Utils/LoopInvariantCodeMotionUtils.cpp
    M mlir/test/Transforms/loop-invariant-subset-hoisting.mlir

  Log Message:
  -----------
  [mlir][LICM] Restrict LICM to pure tensor semantics (#129673)

This PR fixes a bug where LICM incorrectly allowed buffer semantics,
which could lead to a crash. Fixes #129416.



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