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

Alexander Richardson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 21 02:30:32 PST 2022


arichardson added a comment.
Herald added subscribers: sunshaoce, StephenFan, shiva0217.
Herald added a project: All.

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.


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