[PATCH] D153170: [RISCV] Sort the extensions in SupportedExtensions and SupportedExperimentalExtensions.

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 22 09:43:52 PDT 2023


craig.topper added a comment.

In D153170#4441462 <https://reviews.llvm.org/D153170#4441462>, @jrtc27 wrote:

> Can we have an expensive check that the table is sorted?

Yeah. I was going to do it when I made use of the sorted property, but it makes more sense to be in this patch. I'll probably do it for asserts builds for a better chance of people catching the error before it goes to the build bots.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153170



More information about the cfe-commits mailing list