[PATCH] D89047: [AVR] Optimize logic left/right shift
Ben Shi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 8 07:26:59 PDT 2020
benshi001 created this revision.
benshi001 added reviewers: dylanmckay, aykevl.
Herald added subscribers: llvm-commits, Jim, hiraditya.
Herald added a project: LLVM.
benshi001 requested review of this revision.
Optimize AVR's logic shift via swap/andi.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D89047
Files:
llvm/lib/Target/AVR/AVRISelLowering.cpp
llvm/lib/Target/AVR/AVRISelLowering.h
llvm/lib/Target/AVR/AVRInstrInfo.td
llvm/test/CodeGen/AVR/ctlz.ll
llvm/test/CodeGen/AVR/ctpop.ll
llvm/test/CodeGen/AVR/cttz.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89047.296967.patch
Type: text/x-patch
Size: 5144 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201008/93cdf6ff/attachment.bin>
More information about the llvm-commits
mailing list