[PATCH] D136817: [RISCV] Add H extension

Alex Bradbury via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 27 05:07:37 PDT 2022


asb added a comment.

Thanks for this patch Kito - I'm thinking that perhaps we erred in not treating the hypervisor instructions (e.g. HLV* and HSV*) as being gated on the H extension, so a sensible follow-on to this patch would be to mark those instructions as requiring FeatureStdExtH - what do you think?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136817



More information about the cfe-commits mailing list