[PATCH] D23426: [AArch64] Registering default MCInstrAnalysis

Tim Northover via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 11 14:38:48 PDT 2016


t.p.northover added a comment.

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).


https://reviews.llvm.org/D23426





More information about the llvm-commits mailing list