[llvm] [clang] [RISCV] Add MC layer support for Zicfiss. (PR #66043)
Yeting Kuo via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 28 18:09:28 PST 2023
================
@@ -1024,6 +1024,7 @@ static const char *ImpliedExtsZfinx[] = {"zicsr"};
static const char *ImpliedExtsZhinx[] = {"zhinxmin"};
static const char *ImpliedExtsZhinxmin[] = {"zfinx"};
static const char *ImpliedExtsZicntr[] = {"zicsr"};
+static const char *ImpliedExtsZicfiss[] = {"zicsr", "zimop", "zcmop"};
----------------
yetingk wrote:
I add a patch to not imply Zcmop and enable c.sspush when Zcmop enabled.
https://github.com/llvm/llvm-project/pull/66043
More information about the cfe-commits
mailing list