[PATCH] D152512: [RISCV] Move getRVVMCOpcode to RISCVInstrInfo.h
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 25 21:18:27 PDT 2023
craig.topper added a subscriber: pcwang-thead.
craig.topper added a comment.
In D152512#4412707 <https://reviews.llvm.org/D152512#4412707>, @pcwang-thead wrote:
> One concern: is it possible to be false positive for these usages (though I haven't found any failed test)? When mapping pseudos to MC opcode, we may lost some information like `MASK`, `TIED`, `TU/TA`, etc.
I am concerned about that. The operand numbers are different between the different versions. And they have different properties.
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