[PATCH] D104801: [MemCpyOpt] Enable memcpy optimization for NVPTX back-end.

Chris Lattner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 24 12:12:13 PDT 2021


lattner added a comment.

I agree that this seems overly specific and unfortunate, but I'm a competent reviewer for this area, so take that with a grain of salt.



================
Comment at: llvm/include/llvm/Analysis/TargetTransformInfo.h:1417
+  /// \returns True, if the target wants to enable MemCpy optimization pass
+  /// despite not prividing library functions for memset/memcpy.
+  bool enableMemCpyOpt() const;
----------------
typo providing


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104801



More information about the llvm-commits mailing list