[PATCH] D81335: [IR] AttrBuilder: change TargetDepAttrs to StringMap<SmallString<16>>

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 7 12:14:53 PDT 2020


lebedev.ri abandoned this revision.
lebedev.ri marked an inline comment as done.
lebedev.ri added a comment.

Let's not bother.



================
Comment at: llvm/lib/IR/Attributes.cpp:884-886
+  auto StringAttrs =
+      MutableArrayRef<Attribute>(Attrs).take_back(NumStringAttrs);
+  llvm::sort(StringAttrs.begin(), StringAttrs.end());
----------------
Hm, that doesn't do it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81335





More information about the llvm-commits mailing list