[all-commits] [llvm/llvm-project] 79f754: AMDGPU: Fix counting kernel arguments towards regi...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Nov 20 18:23:49 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 79f75468b46d63f262ebda4544fd30ed8cb5a05a
      https://github.com/llvm/llvm-project/commit/79f75468b46d63f262ebda4544fd30ed8cb5a05a
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-11-20 (Fri, 20 Nov 2020)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
    M llvm/test/CodeGen/AMDGPU/code-object-v3.ll

  Log Message:
  -----------
  AMDGPU: Fix counting kernel arguments towards register usage

Also use DataLayout to get type size. Relying on the IR type size is
also pretty broken here, since this won't perfectly capture how types
are legalized.


  Commit: 41083267a9d7a006cf5821344480650becd03c3c
      https://github.com/llvm/llvm-project/commit/41083267a9d7a006cf5821344480650becd03c3c
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-11-20 (Fri, 20 Nov 2020)

  Changed paths:
    M llvm/include/llvm/IR/Function.h
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/AsmParser/LLParser.h
    A llvm/test/Assembler/byval-parse-error0.ll
    A llvm/test/Assembler/sret-parse-error0.ll

  Log Message:
  -----------
  OpaquePtr: Make byval/sret types mandatory


Compare: https://github.com/llvm/llvm-project/compare/226beb494c86...41083267a9d7


More information about the All-commits mailing list