[llvm] [clang] [RISCV] Add MC layer support for Zicfiss. (PR #66043)
    Craig Topper via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Dec 28 09:25:04 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"};
----------------
topperc wrote:
Zcmop should not be here.
https://github.com/llvm/llvm-project/pull/66043
    
    
More information about the llvm-commits
mailing list