llvm-project/llvm/lib/MCA
Andrew Savonichev bcc83a2e83 [MCA] Use LSU for the in-order pipeline
Load/Store unit is used to enforce order of loads and stores if they
alias (controlled by --noalias=false option).

Fixes PR50483 - [MCA] In-order pipeline doesn't track memory
load/store dependencies.

Differential Revision: https://reviews.llvm.org/D103955
2021-07-29 14:40:23 +03:00
..
HardwareUnits [MCA] [RegisterFile] Allow for skipping Defs with RegID of 0 (rather than assert(RegID) like we do before this patch). 2021-06-17 11:52:43 -07:00
Stages [MCA] Use LSU for the in-order pipeline 2021-07-29 14:40:23 +03:00
CMakeLists.txt Reapply "[MCA] Adding the CustomBehaviour class to llvm-mca". 2021-06-16 16:54:48 +01:00
CodeEmitter.cpp [MCA][NFCI] Minor changes to InstrBuilder and Instruction. 2021-05-31 17:05:13 +01:00
Context.cpp [MCA] Use LSU for the in-order pipeline 2021-07-29 14:40:23 +03:00
CustomBehaviour.cpp [MCA] Anchoring the vtable of CustomBehaviour 2021-06-16 12:43:58 -07:00
HWEventListener.cpp
InstrBuilder.cpp Reapply "[MCA] Adding the CustomBehaviour class to llvm-mca". 2021-06-16 16:54:48 +01:00
Instruction.cpp [MCA] Improved handling of negative read-advance cycles. 2021-03-23 14:47:23 +00:00
Pipeline.cpp
Support.cpp