[all-commits] [llvm/llvm-project] d2c8aa: [AArch64] Pass Reg instead of MI to tryToFindRenam...

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue Mar 1 06:02:21 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d2c8aa0bf49f0af005392a05ca90389b6b8cd26a
      https://github.com/llvm/llvm-project/commit/d2c8aa0bf49f0af005392a05ca90389b6b8cd26a
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-03-01 (Tue, 01 Mar 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp

  Log Message:
  -----------
  [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.




More information about the All-commits mailing list