[PATCH] D72965: Support vector transfer_read/write unrolling for memrefs with vector element type.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 31 11:58:42 PST 2020


lebedev.ri added a comment.

Would it be //please// possible to prefix all the differentials related to MLIR with `[MLIR]` prefix?
This makes reading through llvm-commits mails much less infuriating.
http://llvm.org/docs/DeveloperPolicy.html#commit-messages

  * When the changes are restricted to a specific part of the code (e.g. a back-end or optimization pass),
    it is customary to add a tag to the beginning of the line in square brackets.
    For example, “[SCEV] …” or “[OpenMP] …”. This helps email filters and searches for post-commit reviews.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72965





More information about the llvm-commits mailing list