[PATCH] D105072: [GISel] Support llvm.memcpy.inline

Jon Roelofs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 30 08:56:25 PDT 2021


jroelofs marked 2 inline comments as done.
jroelofs added a comment.

I'll rename the two tests to make it clear the existing one wasn't changed, but what happened is (roughly):

  cp inline-memcpy.mir inline-memcpy-opt.mir
  sed -e 's/G_MEMCPY/G_MEMCPY_INLINE/' -e 's/memcpy\./memcpy.inline/g' inline-memcpy.mir
  update_mir_test_checks.py inline-memcpy.mir


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105072



More information about the llvm-commits mailing list