[PATCH] D141984: [RISCV][MC] Add support for experimental zfa extension(FLI instruction not included)

Philip Reames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 16 09:30:00 PST 2023


reames added a comment.

Seeing buildbot failures, which look valid.  Example:
https://lab.llvm.org/buildbot#builders/196/builds/26601

This caused me to look more closely at the change, and we are definitely missing things which should be enabled by such an extension change.  One specific example is that we failed to add zfa in SupportedExperimentalExtensions.

Oddly, I do not see this failure locally.  I don't have a good explanation for that.

I'm about to revert.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141984



More information about the llvm-commits mailing list