asb added inline comments.

================
Comment at: llvm/lib/Support/RISCVISAInfo.cpp:153
+  std::set<RISCVSupportedExtension, decltype(Cmp)> TempSet(Cmp);
+  for (auto E : SupportedExtensions)
+    TempSet.insert(E);
----------------
craig.topper wrote:
> Question for the community. Should we maintain SupportedExtensions in the 
> order we want printed instead of sorting?
+1 on Kito's suggestion to print by the canonical order. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146054

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to