commit | 59fbe18bc79ed87d0c5f02705e7cf19e402e1f2b | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Mon Mar 29 10:17:52 2021 +0200 |
committer | Jeff Vander Stoep <[email protected]> | Mon Mar 29 10:17:52 2021 +0200 |
tree | 01ec1ed58aa1ae2d12bb15b032b5b4158d704a93 | |
parent | d59a28787b7ba06edbd1e4528a42b66d67dc6a19 [diff] [blame] |
Importing rustc-1.51.0 Change-Id: Ie4f520eabee71971211e4637a45cbc9bf4a91e95
diff --git a/src/llvm-project/llvm/lib/MCA/HardwareUnits/LSUnit.cpp b/src/llvm-project/llvm/lib/MCA/HardwareUnits/LSUnit.cpp index e945e8c..4594368 100644 --- a/src/llvm-project/llvm/lib/MCA/HardwareUnits/LSUnit.cpp +++ b/src/llvm-project/llvm/lib/MCA/HardwareUnits/LSUnit.cpp
@@ -243,6 +243,8 @@ CurrentStoreGroupID = 0; if (GroupID == CurrentLoadBarrierGroupID) CurrentLoadBarrierGroupID = 0; + if (GroupID == CurrentStoreBarrierGroupID) + CurrentStoreBarrierGroupID = 0; } }