[PATCH] D117432: [RISCV] Implement support for the Zicbom and Zicboz extensions

Shao-Ce SUN via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 15 11:04:05 PDT 2022


achieveartificialintelligence added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfo.td:1590
 include "RISCVInstrInfoZfh.td"
+include "RISCVInstrInfoZicbo.td"
----------------
There are many Zi* extentions, how about rename it to RISCVInstInfoZi.td


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

https://reviews.llvm.org/D117432



More information about the llvm-commits mailing list