[PATCH] D23426: [AArch64] Registering default MCInstrAnalysis
Mike Aizatsky via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 11 14:43:12 PDT 2016
aizatsky added a comment.
In https://reviews.llvm.org/D23426#513137, @t.p.northover wrote:
> Depending on how you implement the AArch64 override you may want to set the branch operands to OPERAND_PCREL in the AArch64InstrInfo.td files to. Checking the opcodes directly is probably fine too though (you've got to know about them anyway to find the offset operand).
You are right, OperandType != MCOI::OPERAND_PCREL is never successful. Didn't look into getImm yet.
https://reviews.llvm.org/D23426
More information about the llvm-commits
mailing list