diff options
author | Craig Topper <craig.topper@intel.com> | 2019-03-14 16:53:24 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2019-03-14 16:53:24 +0000 |
commit | c747ac3f936adbccdcb7ee64a64961b33344b5ec (patch) | |
tree | abc4e9362340f7023a1801decbd31cb09c9285b8 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp | |
parent | e69917f16624d3d3531753a02291a6da9ef4befb (diff) | |
download | bcm5719-llvm-c747ac3f936adbccdcb7ee64a64961b33344b5ec.tar.gz bcm5719-llvm-c747ac3f936adbccdcb7ee64a64961b33344b5ec.zip |
[X86] Fix the pattern changes from r356121 so that the ROR*r1/ROR*m1 pattern use the rotr opcode.
These instructions used to use rotl with a bitwidth-1 immediate. I changed the immediate to 1,
but failed to change the opcode.
Thankfully this seems to have not caused a functional issue because we now had two rotl by 1 patterns,
but the correct ones were earlier and took priority. So we just missed some optimization.
llvm-svn: 356164
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp')
0 files changed, 0 insertions, 0 deletions