[all-commits] [llvm/llvm-project] 35c535: AArch64/GlobalISel: Factor out parametersInCSRMatch

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Jan 21 07:33:13 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 35c535a7df3c392389de434fc47ec3c47c46537a
      https://github.com/llvm/llvm-project/commit/35c535a7df3c392389de434fc47ec3c47c46537a
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2021-01-21 (Thu, 21 Jan 2021)

  Changed paths:
    M llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h
    M llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp

  Log Message:
  -----------
  AArch64/GlobalISel: Factor out parametersInCSRMatch

Make this look more like the DAG handling and move to common code.

I also noticed AArch64 seems to not be properly adding the
physreg:virtreg mapping to the function live ins.




More information about the All-commits mailing list