[PATCH] D101027: [CSKY 7/n] Add more basic instructions including some privilege instructions

Zixuan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 25 02:49:12 PDT 2021


zixuan-wu added inline comments.


================
Comment at: llvm/lib/Target/CSKY/CSKYInstrInfo.td:464
+  def BSETI32 : I_5_XZ<0xA, 0x2, "bseti32",
+  (outs GPR:$rz), (ins GPR:$rx, uimm5:$imm5), []>;
+
----------------
myhsu wrote:
> from 426 to this line there seems to be leading whitespaces before each line, can you remove it?
It's reserved for predicts at next patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101027



More information about the llvm-commits mailing list