aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands
diff options
context:
space:
mode:
authorAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>2018-06-13 18:30:14 +0000
committerAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>2018-06-13 18:30:14 +0000
commit0ffb2271a1e60de368fc6b0b1df4595220981a8d (patch)
tree75728e9095837e73b3f11de93d6feac3ee575ef0 /lldb/source/Commands
parentd71614a438b4c9a6c595c695e86e8d24e6070fac (diff)
downloadllvm-0ffb2271a1e60de368fc6b0b1df4595220981a8d.zip
llvm-0ffb2271a1e60de368fc6b0b1df4595220981a8d.tar.gz
llvm-0ffb2271a1e60de368fc6b0b1df4595220981a8d.tar.bz2
[llvm-mca] Fixed a bug in the logic that checks if a memory operation is ready to execute.
Fixes PR37790. In some (very rare) cases, the LSUnit (Load/Store unit) was wrongly marking a load (or store) as "ready to execute" effectively bypassing older memory barrier instructions. To reproduce this bug, the memory barrier must be the first instruction in the input assembly sequence, and it doesn't have to perform any register writes. llvm-svn: 334633
Diffstat (limited to 'lldb/source/Commands')
0 files changed, 0 insertions, 0 deletions