[PATCH] D148930: [MemRefToLLVM] Fix the lowering of memref.assume_alignment
Mahesh Ravishankar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 21 13:29:03 PDT 2023
mravishankar accepted this revision.
mravishankar added a comment.
This revision is now accepted and ready to land.
Looks good to me. It is strange that ```memref.assume_alignment %0, 16 : memref<4x4xf16, strided<[?, ?], offset: ?>>``` refers to the pointer after offset, and not the base. But I understand the reasoning here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148930/new/
https://reviews.llvm.org/D148930
More information about the llvm-commits
mailing list