[PATCH] D119541: [RISCV] Fix RISCVTargetInfo::initFeatureMap, add non-ISA features back after implication

Alex Bradbury via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 30 02:29:20 PST 2022


asb added a comment.

In D119541#3940597 <https://reviews.llvm.org/D119541#3940597>, @arichardson wrote:

> I just noticed that target features (e.g. -mrelax) are broken in all LLVM 14 releases due to D113336 <https://reviews.llvm.org/D113336> . This should have been cherry-picked back tot the release branch, but it's too late now. In the future please ensure that important fixes such as this one end up on the release branch as well.

Thanks for flagging that this was missed - definitely a collectively failure here for us to recognise this was fixing an important bug in a shipping release. We'll try harder to keep in mind the possibility of cherry-picking into point releases in the future.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119541



More information about the cfe-commits mailing list