[PATCH] D78702: [RFC][RISCV][MC/Objdump] Extend llvm-objdump output to support more instruction patterns
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 23 17:57:42 PDT 2020
MaskRay added a comment.
Created D78776 <https://reviews.llvm.org/D78776>
I am thinking whether we should unify `MCInstrAnalysis::{evaluateBranch,evaluateMemoryOperand}` and use a better name like `evaluateTargetAddress` (non-const because it needs to be stateful)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78702/new/
https://reviews.llvm.org/D78702
More information about the llvm-commits
mailing list