[all-commits] [llvm/llvm-project] 2dd3d3: [MLIR] getBackwardSlice: don't bail on ops that ar...
Ian Wood via All-commits
all-commits at lists.llvm.org
Mon Sep 22 10:49:01 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2dd3d3852d16cab2c3a032223fc751db750a78f2
https://github.com/llvm/llvm-project/commit/2dd3d3852d16cab2c3a032223fc751db750a78f2
Author: Ian Wood <ianwood2024 at u.northwestern.edu>
Date: 2025-09-22 (Mon, 22 Sep 2025)
Changed paths:
M mlir/lib/Analysis/SliceAnalysis.cpp
M mlir/test/Transforms/move-operation-deps.mlir
M mlir/test/lib/Dialect/Test/TestOps.td
M mlir/test/lib/Transforms/TestMakeIsolatedFromAbove.cpp
Log Message:
-----------
[MLIR] getBackwardSlice: don't bail on ops that are IsolatedFromAbove (#158135)
Ops with the `IsIsolatedFromAbove` trait should be captured by the
backward slice.
---------
Signed-off-by: Ian Wood <ianwood at u.northwestern.edu>
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