[all-commits] [llvm/llvm-project] 872383: AMDGPU: Add additional printf string tests

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Jan 6 14:22:25 PST 2023


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

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

  Log Message:
  -----------
  AMDGPU: Add additional printf string tests

Test various inputs passed to %s.


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

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp

  Log Message:
  -----------
  AMDGPU: Use BinaryByteStream in printf expansion

Attempt to fix test failures on big endian bots. This pass definitely
needs more test coverage.


Compare: https://github.com/llvm/llvm-project/compare/ead535b2f9ef...40078a6b7137


More information about the All-commits mailing list