[PATCH] D71701: [AArch64] Peephole optimization. Merge AND and TST instructions
Pavel Kosov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 25 23:58:04 PST 2020
kpdev42 updated this revision to Diff 246637.
kpdev42 added a comment.
Add a test case with two uses of AND instruction
Plus make some simplification of code in AArch64ISelLowering
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71701/new/
https://reviews.llvm.org/D71701
Files:
llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/funnel-shift.ll
llvm/test/CodeGen/AArch64/peephole-and-tst.ll
llvm/test/CodeGen/AArch64/shift-by-signext.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71701.246637.patch
Type: text/x-patch
Size: 7936 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200226/d7a893ea/attachment.bin>
More information about the llvm-commits
mailing list