[PATCH] D81536: [VE] Support convert instructions in MC layer
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 10 02:41:34 PDT 2020
kaz7 planned changes to this revision.
kaz7 marked 3 inline comments as done.
kaz7 added a comment.
Thank you for reviewing. I'll update code soon.
================
Comment at: llvm/lib/Target/VE/VEInstrInfo.td:406
+ let DecoderMethod = "DecodeRDOperand";
+// let EncoderMethod = "getRDOpValue";
+ let ParserMatchClass = RDOpAsmOperand;
----------------
simoll wrote:
> Is this commented out for future implementation?
Thank you. I was checking the behavior of EncoderMethod for other purpose. I forgot to change it back.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81536/new/
https://reviews.llvm.org/D81536
More information about the llvm-commits
mailing list