llvm-project/llvm/unittests/Target/AArch64
tyb0807 dd88f40c80 [AArch64] Make getInstSizeInBytes() use instruction size from InstrInfo.td
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
2022-02-01 10:39:14 +00:00
..
CMakeLists.txt
DecomposeStackOffsetTest.cpp
InstSizes.cpp [AArch64] Make getInstSizeInBytes() use instruction size from InstrInfo.td 2022-02-01 10:39:14 +00:00
MatrixRegisterAliasing.cpp [AArch64] Always add -tune-cpu argument to -cc1 driver 2021-10-19 14:57:51 +01:00