[PATCH] D137155: [MIRVRegNamer] Avoid opcode hash collision

John Brawn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 06:19:39 PDT 2022


john.brawn added a comment.

In D137155#3899932 <https://reviews.llvm.org/D137155#3899932>, @plotfi wrote:

> LGTM, Nice work John.
>
> Would format_hex_no_prefix be replaceable with std::format once C++20 for LLVM drops?

Yes, it looks like std::format with format string "{:016x}" should so the same thing as format_hex_no_prefix.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137155



More information about the llvm-commits mailing list