summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2019-03-14 16:53:24 +0000
committerCraig Topper <craig.topper@intel.com>2019-03-14 16:53:24 +0000
commitc747ac3f936adbccdcb7ee64a64961b33344b5ec (patch)
treeabc4e9362340f7023a1801decbd31cb09c9285b8 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp
parente69917f16624d3d3531753a02291a6da9ef4befb (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud