[PATCH] D25278: [AVR] Add AVRISelDAGToDAG.cpp
Dylan McKay via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 17 01:54:44 PDT 2016
dylanmckay updated this revision to Diff 74819.
dylanmckay marked an inline comment as done.
dylanmckay added a comment.
Change the order we chose/replace/remove nodes during selection.
This brings it into line with more backends.
I chose to do the replacement/removal inside the individual node selection functions,
as this offers the most flexibility.
https://reviews.llvm.org/D25278
Files:
lib/Target/AVR/AVRISelDAGToDAG.cpp
lib/Target/AVR/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25278.74819.patch
Type: text/x-patch
Size: 18786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161017/da3478bc/attachment.bin>
More information about the llvm-commits
mailing list