[PATCH] D79544: [VE] Implements minimum MC layer for VE (2/4)
Simon Moll via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 7 04:29:34 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG447efdb52bd3: [VE] Minimum MC layer for VE (2/4) (authored by kaz7, committed by simoll).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79544/new/
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.262612.patch
Type: text/x-patch
Size: 508 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200507/b57d1757/attachment.bin>
More information about the llvm-commits
mailing list