forked from OSchip/llvm-project
dd88f40c80
Currently, AArch64InstrInfo::getInstSizeInBytes() uses hard-coded instruction size for some pseudo-instructions, while this information should ideally be found in AArch64InstrInfo.td file (which can be accessed via MCInstrDesc). Hence, the .td file should be updated and no hard-coded instruction sizes should be used by getInstSizeInBytes() anymore. Differential Revision: https://reviews.llvm.org/D117970 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
DecomposeStackOffsetTest.cpp | ||
InstSizes.cpp | ||
MatrixRegisterAliasing.cpp |