[all-commits] [llvm/llvm-project] b9993f: DynamicRegisterInfo calculate offsets in separate ...
Muhammad Omair Javaid via All-commits
all-commits at lists.llvm.org
Fri Jan 15 03:30:28 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b9993fcbf53aa28ca2e7696a1855affeb558b51c
https://github.com/llvm/llvm-project/commit/b9993fcbf53aa28ca2e7696a1855affeb558b51c
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2021-01-15 (Fri, 15 Jan 2021)
Changed paths:
M lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
M lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h
Log Message:
-----------
DynamicRegisterInfo calculate offsets in separate function
This patch pull offset calculation logic out of DynamicRegisterInfo::Finalize
into a separate function. We are going to call this function whenever we
update SVE register sizes.
Reviewed By: labath
Differential Revision: https://reviews.llvm.org/D94008
More information about the All-commits
mailing list