[PATCH] D73891: [RISCV] Support experimental/unratified extensions

Sam Elliott via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 19 04:49:38 PDT 2020


lenary accepted this revision.
lenary added a comment.

I'm happy with the approach here.

At some point we should put version numbers into the target features, but I think that can wait until we know how to cope with how the `G` extension expands into its other extensions (this has some open questions in general). This suggestion does not, in my mind, block this patch, as including `experimental-` in the target feature names does make it clear which features are experimental today.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73891





More information about the cfe-commits mailing list