[PATCH] D142839: [AMDGPU] Avoid using tuple where pair does suffice

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 6 01:42:53 PST 2023


foad added a comment.

> Why has "x64 debian" build failed?

Looks like the part that failed is checking that the lines you changed are formatted properly according to "clang-format". You can reproduce this locally by running `.../llvm-project/clang/tools/clang-format/git-clang-format @^` and seeing if it updates any of the files you changed.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142839/new/

https://reviews.llvm.org/D142839



More information about the llvm-commits mailing list