When allocLikeOp is updated in alloc constant folding,
alighnment attribute was ignored. This patch fixes it.
Signed-off-by: Haruki Imai <imaihal@jp.ibm.com>
Paths
| Differential D99882
[mlir] Fixed alighnment attribute of alloc constant folding. ClosedPublic Authored by imaihal on Apr 5 2021, 7:02 AM.
Details Summary When allocLikeOp is updated in alloc constant folding, Signed-off-by: Haruki Imai <imaihal@jp.ibm.com>
Diff Detail
Event TimelineHerald added subscribers: dcaballe, cota, teijeong and 16 others. · View Herald TranscriptApr 5 2021, 7:02 AM This revision is now accepted and ready to land.Apr 5 2021, 10:11 AM Comment Actions @mehdi_amini Thanks for review. I don't have commit access. Could you commit this patch? Closed by commit rG39ee9fd8c1c2: [mlir] Fixed alignment attribute of alloc constant folding. (authored by imaihal, committed by mehdi_amini). · Explain WhyApr 7 2021, 12:29 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 335903 mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
mlir/test/Transforms/canonicalize.mlir
|