[clang] [llvm] [RISCV] Add MC layer support for Zicfiss. (PR #66043)

Yeting Kuo via cfe-commits cfe-commits at lists.llvm.org
Thu Dec 28 01:36:57 PST 2023


================
@@ -60,12 +60,3 @@ defm SSAMOSWAP_W  : AMO_rr_aq_rl<0b01001, 0b010, "ssamoswap.w">;
 
 let Predicates = [HasStdExtZicfiss, IsRV64] in
 defm SSAMOSWAP_D  : AMO_rr_aq_rl<0b01001, 0b011, "ssamoswap.d">;
-
-//===----------------------------------------------------------------------===/
-// Compress Instruction tablegen backend.
-//===----------------------------------------------------------------------===//
-
-let Predicates = [HasStdExtZicfiss, HasStdExtCOrZca] in {
----------------
yetingk wrote:

I remove some CompressPat since I don't know how to test sspush/sspopchk without transforming to compressed ones. 

https://github.com/llvm/llvm-project/pull/66043


More information about the cfe-commits mailing list