[PATCH] D74032: [DAGCombine][ARM] Combine pattern for REV16
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 02:47:52 PST 2020
SjoerdMeijer created this revision.
SjoerdMeijer added reviewers: RKSimon, dmgreen, samparker, spatel.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: LLVM.
This adds another pattern matcher to the combiner to generate the REV16 instruction for a case that we were not handling.
https://reviews.llvm.org/D74032
Files:
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/test/CodeGen/Thumb2/thumb2-rev16.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74032.242541.patch
Type: text/x-patch
Size: 3796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200205/a4448164/attachment.bin>
More information about the llvm-commits
mailing list