Files
clang-p2996/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
Florian Hahn d2c8aa0bf4 [AArch64] Pass Reg instead of MI to tryToFindRenameRegister (NFC).
FirstMI is only used to get the load/store operand and the machine
function. Pass the MF and register explicitly, so the helper can be used
to find rename registers for other instructions in the future.
2022-03-01 14:02:02 +00:00

83 KiB