[PATCH] D143018: [DAGCombiner][NFC] Factor out ByteProvider

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 4 05:07:35 PDT 2023


RKSimon added inline comments.


================
Comment at: llvm/include/llvm/ADT/ByteProvider.h:23
+
+namespace {
+// TODO -- use constraint in c++20
----------------
Is there anyway that we can avoid an anonymous namespace in a header like this?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143018



More information about the llvm-commits mailing list