[PATCH] D135837: [mlir][MemRef] Simplify extract_strided_metadata(reinterpret_cast)

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 13 11:55:15 PDT 2022


qcolombet updated this revision to Diff 467555.
qcolombet edited the summary of this revision.
qcolombet added a comment.

- Just forward the source offset. Reinterpret_cast doesn't do any math.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135837/new/

https://reviews.llvm.org/D135837

Files:
  mlir/lib/Dialect/MemRef/Transforms/SimplifyExtractStridedMetadata.cpp
  mlir/test/Dialect/MemRef/simplify-extract-strided-metadata.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135837.467555.patch
Type: text/x-patch
Size: 8693 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221013/9509e3fb/attachment.bin>


More information about the llvm-commits mailing list