[PATCH] D59785: [TargetLowering] Change getOptimalMemOpType to take a function attribute list

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 29 01:51:37 PDT 2019


samparker accepted this revision.
samparker added a comment.
This revision is now accepted and ready to land.

LGTM, just change to pass by reference before submitting.



================
Comment at: include/llvm/CodeGen/TargetLowering.h:1407
                                   bool /*MemcpyStrSrc*/,
-                                  MachineFunction &/*MF*/) const {
+                                  AttributeList) const {
     return MVT::Other;
----------------
This should be a reference.


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

https://reviews.llvm.org/D59785





More information about the llvm-commits mailing list