1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00
llvm-mirror/lib/MCA/HardwareUnits
Andrea Di Biagio 7a72a7505a [MCA][LSUnit] Correctly update the internal group flags on store barrier execution. Fixes PR48024.
This is likely to be a regressigion introduced by my last refactoring of the
LSUnit (commit 5578ec32f9c4f). Before this patch, the
"CurrentStoreBarrierGroupID" index was not correctly reset on store barrier
executions.  This was leading to unexpected crashes like the one reported as
PR48024.
2020-10-31 11:57:27 +00:00
..
HardwareUnit.cpp
LSUnit.cpp [MCA][LSUnit] Correctly update the internal group flags on store barrier execution. Fixes PR48024. 2020-10-31 11:57:27 +00:00
RegisterFile.cpp
ResourceManager.cpp
RetireControlUnit.cpp
Scheduler.cpp