[PATCH] D79544: [VE] Implements minimum MC layer for VE (2/4)
Kazushi Marukawa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 6 20:27:44 PDT 2020
kaz7 created this revision.
kaz7 added projects: LLVM, VE.
kaz7 added reviewers: simoll, k-ishizaka.
Herald added subscribers: llvm-commits, hiraditya.
kaz7 added a child revision: D79545: [VE] Implements minimum MC layer for VE (3/4).
Remove unnecessary EncoderMethod and DecoderMethod which cause errors
in supporting MC layer.
Depends on D79539 <https://reviews.llvm.org/D79539>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D79544
Files:
llvm/lib/Target/VE/VEInstrInfo.td
Index: llvm/lib/Target/VE/VEInstrInfo.td
===================================================================
--- llvm/lib/Target/VE/VEInstrInfo.td
+++ llvm/lib/Target/VE/VEInstrInfo.td
@@ -368,12 +368,9 @@
// Branch targets have OtherVT type.
def brtarget32 : Operand<OtherVT> {
- let EncoderMethod = "getBranchTarget32OpValue";
}
def calltarget : Operand<i64> {
- let EncoderMethod = "getCallTargetOpValue";
- let DecoderMethod = "DecodeCall";
}
// Operand for printing out a condition code.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79544.262533.patch
Type: text/x-patch
Size: 508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200507/273f1d84/attachment.bin>
More information about the llvm-commits
mailing list