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

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 24 06:38:12 PDT 2019


SjoerdMeijer updated this revision to Diff 196439.
SjoerdMeijer added a comment.

Changed the assert into an early return from function findOptimalMemOpLowering.
We might run into this assert when we actually start using this in D59787 <https://reviews.llvm.org/D59787>.


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

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.196439.patch
Type: text/x-patch
Size: 13164 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190424/fbab248e/attachment.bin>


More information about the llvm-commits mailing list