[PATCH] D134551: [LegalizeTypes] Use structured bindings to replace std::tie in some cases.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 23 10:30:24 PDT 2022


RKSimon added a comment.

I've no objections although I don't know how this matches with the coding standard regarding auto (which was written prior to c++17 in the codebase)? Ideally we'd mention structured bindings in the section on use of auto.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134551



More information about the llvm-commits mailing list