[PATCH] D149246: [RISCV] Relax rules for ordering s/z/x prefixed extensions in ISA naming strings

Palmer Dabbelt via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 26 13:05:47 PDT 2023


palmer-dabbelt added a comment.

IDK about the specifics here, but I think in general being more permissive on ISA string parsing is the way to go.  The rules have changed so many times it's not really viable to follow them, so we're sort of just stuck with a bunch of historally-driven implementation-specific behavior.

I've got a TODO floating around somewhere to document what GCC accepts, but it's super clunky and I get tired every time I try and look...


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

https://reviews.llvm.org/D149246



More information about the cfe-commits mailing list