[PATCH] D59766: [TargetLowering] findOptimalMemOpLowering. NFC.

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 25 06:49:23 PDT 2019


SjoerdMeijer created this revision.
SjoerdMeijer added reviewers: reames, dmgreen, efriedma, t.p.northover, arsenm.
Herald added a subscriber: wdng.

This was a local static funtion in SelectionDAG, which I've promoted to
TargetLowering so that I can reuse this to estimate the cost of a memory
operation.


https://reviews.llvm.org/D59766

Files:
  include/llvm/CodeGen/TargetLowering.h
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/CodeGen/SelectionDAG/TargetLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59766.192093.patch
Type: text/x-patch
Size: 12675 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190325/ee974856/attachment.bin>


More information about the llvm-commits mailing list