[PATCH] D152512: [RISCV] Move getRVVMCOpcode to RISCVInstrInfo.h
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 9 08:29:28 PDT 2023
craig.topper added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfo.h:265
+uint16_t getRVVMCOpcode(uint16_t RVVPseudoOpcode);
+
----------------
Can we change uint16_t to unsigned?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152512/new/
https://reviews.llvm.org/D152512
More information about the llvm-commits
mailing list