You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixup! [mlir][linalg] Prevent hoisting of transfer pairs in the presence of aliases
1. Relax the conditions in the case of `memref.assume_alignment`. This
unblocks hoisting for examples like the one reported in
#144825 (see the link in
the top post: "detailed example pls refer to example").
2. When checking the source operand for the xfer Ops, we only need to
look at either xfer_write or xfer_read (we already know that the
source is identical). The corresponding logic has been simplified.
0 commit comments