[all-commits] [llvm/llvm-project] 30fa07: AArch64/GlobalISel: Preserve memory types

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Jul 19 17:46:02 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 30fa074c0a6e38bc605cab892f6a0474e7e6499f
      https://github.com/llvm/llvm-project/commit/30fa074c0a6e38bc605cab892f6a0474e7e6499f
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2021-07-19 (Mon, 19 Jul 2021)

  Changed paths:
    M llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
    M llvm/test/CodeGen/AArch64/GlobalISel/call-translator.ll
    M llvm/test/CodeGen/AArch64/GlobalISel/legalize-load-store-vector-of-ptr.mir

  Log Message:
  -----------
  AArch64/GlobalISel: Preserve memory types


  Commit: 904dab55abf637586897f14573bf1182d5001a0e
      https://github.com/llvm/llvm-project/commit/904dab55abf637586897f14573bf1182d5001a0e
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2021-07-19 (Mon, 19 Jul 2021)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/CallLowering.cpp

  Log Message:
  -----------
  GlobalISel: Remove some mystery code that clears isReturned

I don't understand what this is going for, and haven't found an analog
in DAG code. No tests fail with this removed.


Compare: https://github.com/llvm/llvm-project/compare/16aac493e595...904dab55abf6


More information about the All-commits mailing list