[PATCH] D145809: [RISCV] Error if F and Zfinx extensions are specified together.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 10:07:09 PST 2023


craig.topper added a comment.

In D145809#4185320 <https://reviews.llvm.org/D145809#4185320>, @asb wrote:

> The change itself looks good to me, but we have the same issue for D and Zdinx as well.

D implies F and Zdinx implies Zfinx so it should still trigger this error. I can add a test?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145809



More information about the llvm-commits mailing list