[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 10:06:38 PST 2023
reames added a comment.
In D141984#4132433 <https://reviews.llvm.org/D141984#4132433>, @reames wrote:
> Oddly, I do not see this failure locally. I don't have a good explanation for that.
I chatted w/ @craig.topper, and he confirmed that this didn't reproduce locally for him either. Neither of us have a good explanation of why right now. I need to run for the moment, but plan to return to this later in the day to see if we can get this straightened out.
My guess earlier about RISCVISAInfo.cpp is probably not the issue. Craig mentioned that the llvm-mc feature detection should be driven from tablegen, which this change did include.
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