[all-commits] [llvm/llvm-project] 97f51f: AMDGPU: Remove redundant CCAction for i1

Matt Arsenault via All-commits all-commits at lists.llvm.org
Tue Dec 15 14:00:50 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 97f51f0489e55ec73efd8d1623d19b3455f39878
      https://github.com/llvm/llvm-project/commit/97f51f0489e55ec73efd8d1623d19b3455f39878
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-12-15 (Tue, 15 Dec 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUCallingConv.td

  Log Message:
  -----------
  AMDGPU: Remove redundant CCAction for i1


  Commit: e7e7d371fd871c9976bd2c7bbb9be60fe37c6d28
      https://github.com/llvm/llvm-project/commit/e7e7d371fd871c9976bd2c7bbb9be60fe37c6d28
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-12-15 (Tue, 15 Dec 2020)

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

  Log Message:
  -----------
  GlobalISel: Fix generic handling of single outgoing call arguments

Simply call the argument handler like is done for the incoming
case. This will allow removal of hacks in the AMDGPU call lowering in
a future change.


Compare: https://github.com/llvm/llvm-project/compare/59decf8e9c3d...e7e7d371fd87


More information about the All-commits mailing list