summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
diff options
context:
space:
mode:
authorJim Lin <tclin914@gmail.com>2019-12-23 11:24:20 +0800
committerJim Lin <tclin914@gmail.com>2019-12-23 11:41:28 +0800
commitda0fe5db999baa659c2e386e5b0636dadfbbf759 (patch)
treea12cb3b4d66ae4dcd8a10af7380967f52b75bf15 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h
parent9681dc9627b1ea50fd90cdea84290ddc021d3fca (diff)
downloadbcm5719-llvm-da0fe5db999baa659c2e386e5b0636dadfbbf759.tar.gz
bcm5719-llvm-da0fe5db999baa659c2e386e5b0636dadfbbf759.zip
[AVR] Fix codegen for rotate instructions
Summary: This patch introduces the ROLBRd and RORBRd pseudo-instructions, which implemenent the "traditional" rotate operations; instead of the AVR rotate instructions that use the carry bit. The code is not optimized at all. Especially when dealing with loops of rotate instructions, this codegen should be improved some day. Related bug: 41358 <https://bugs.llvm.org/show_bug.cgi?id=41358> //Note//: This is my first submitted patch. Reviewers: dylanmckay, Jim Reviewed By: dylanmckay Subscribers: hiraditya, llvm-commits, dylanmckay, dsprenkels Tags: #llvm Patched by dsprenkels (Daan Sprenkels) Differential Revision: https://reviews.llvm.org/D60365
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPythonImpl.h')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud