diff options
author | Yashwant Singh <Yashwant.Singh@amd.com> | 2023-07-03 20:53:05 +0530 |
---|---|---|
committer | Yashwant Singh <Yashwant.Singh@amd.com> | 2023-07-03 21:19:09 +0530 |
commit | 0f58cfeb9fff4f0490a798d65038fd43c5178c2c (patch) | |
tree | d41cd6912714a6c62701924d1045787f52e7b564 /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | a3e48ad9b8106d86eee0d9b0566973dd4b5daaad (diff) | |
download | llvm-0f58cfeb9fff4f0490a798d65038fd43c5178c2c.zip llvm-0f58cfeb9fff4f0490a798d65038fd43c5178c2c.tar.gz llvm-0f58cfeb9fff4f0490a798d65038fd43c5178c2c.tar.bz2 |
[Mips] Remove isMoveReg=1 from wrdsp and rddsp instructions
This is a prep patch for D150388. Treating rddsp and wrdsp as copy
instructions was causing test failures as we tried using isCopyInstr()
hook to query target-specific copy instructions for LiveRangeSplitting.
As suggested, removing 'isMoveReg = 1' from wrdsp and rddsp so they
aren't considered simple copy-like instructions for the moment.
Reviewed By: sdardis
Differential Revision: https://reviews.llvm.org/D151181
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions