[PATCH] D132819: [RISCV] Add MC support of RISCV zcmp Extension

Kito Cheng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 24 03:06:55 PDT 2023


kito-cheng added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/O0-pipeline.ll:66-67
 ; CHECK-NEXT:       Stack Frame Layout Analysis
+; CHECK-NEXT:       RISC-V Zce move merging pass 
+; CHECK-NEXT:       RISC-V Zce Push/Pop optimization pass 
 ; CHECK-NEXT:       RISC-V pseudo instruction expansion pass
----------------
This should split out into separated patch?


================
Comment at: llvm/test/CodeGen/RISCV/O3-pipeline.ll:179-180
 ; CHECK-NEXT:       Stack Frame Layout Analysis
+; CHECK-NEXT:       RISC-V Zce move merging pass 
+; CHECK-NEXT:       RISC-V Zce Push/Pop optimization pass 
 ; CHECK-NEXT:       RISC-V pseudo instruction expansion pass
----------------
This should split out into separated patch?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D132819/new/

https://reviews.llvm.org/D132819



More information about the cfe-commits mailing list