[clang] [llvm] [RISCV] Support Remaining P Extension Instructions for RV32/64 (PR #150379)
Craig Topper via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 15 08:21:10 PDT 2025
================
@@ -559,3 +559,204 @@ let Predicates = [HasStdExtP, IsRV64] in {
def PPACKT_W : RVPBinary_rr<0b0110, 0b01, 0b100, "ppackt.w">;
def PACKT_RV64 : RVPBinary_rr<0b0110, 0b11, 0b100, "packt">;
} // Predicates = [HasStdExtP, IsRV64]
+let Predicates = [HasStdExtP] in {
----------------
topperc wrote:
Blank line here. I put a blank line between to separate each table from the spec.
https://github.com/llvm/llvm-project/pull/150379
More information about the cfe-commits
mailing list