VincentWu added a comment. In D131141#3753861 <https://reviews.llvm.org/D131141#3753861>, @craig.topper wrote:
> Are you going to add the CompressPats in a different patch? yes, I plan submit it as CodeGen part. But I can add it into this patch if it is required. ================ Comment at: llvm/lib/Target/RISCV/RISCVSchedSiFive7.td:19 let UnsupportedFeatures = [HasStdExtZbkb, HasStdExtZbkc, HasStdExtZbkx, - HasStdExtZknd, HasStdExtZkne, HasStdExtZknh, - HasStdExtZksed, HasStdExtZksh, HasStdExtZkr, - HasVInstructions]; + HasStdExtZcb, HasStdExtZknd, HasStdExtZkne, + HasStdExtZknh, HasStdExtZksed, HasStdExtZksh, ---------------- craig.topper wrote: > If we put the write Sched information to match the uncompressed forms, is > this still needed? Sorry, could you explain what is "uncompressed forms"? and where it is? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D131141/new/ https://reviews.llvm.org/D131141 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits