[all-commits] [llvm/llvm-project] 0e7a83: AMDGPU: Don't expand printf users if printf is def...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Jan 13 09:32:18 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0e7a83f502497602bdba927bf82d14387ef28611
      https://github.com/llvm/llvm-project/commit/0e7a83f502497602bdba927bf82d14387ef28611
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-01-13 (Fri, 13 Jan 2023)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp
    A llvm/test/CodeGen/AMDGPU/printf-defined.ll

  Log Message:
  -----------
  AMDGPU: Don't expand printf users if printf is defined


  Commit: 689207e7edc9f2c6e48c611d9a12156c6d398aa3
      https://github.com/llvm/llvm-project/commit/689207e7edc9f2c6e48c611d9a12156c6d398aa3
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-01-13 (Fri, 13 Jan 2023)

  Changed paths:
    M llvm/test/CodeGen/AMDGPU/opencl-printf.ll

  Log Message:
  -----------
  AMDGPU: Some printf call edge case tests

Check printf printing printf, and printf passed to a function.


Compare: https://github.com/llvm/llvm-project/compare/d647578726c8...689207e7edc9


More information about the All-commits mailing list