[PATCH] D96587: [TableGen][GlobalISel] Allow duplicate RendererFns

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 12 06:43:00 PST 2021


arsenm added inline comments.


================
Comment at: llvm/utils/TableGen/GlobalISelEmitter.cpp:5604
+  stable_sort(CustomRendererFns);
+  CustomRendererFns.erase(
+      std::unique(CustomRendererFns.begin(), CustomRendererFns.end()),
----------------
 Could use a comment


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96587



More information about the llvm-commits mailing list