[PATCH] D118009: [ARM] Make getInstSizeInBytes() use instruction size from InstrInfo.td
Son Tuan Vu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 25 02:14:38 PST 2022
tyb0807 added a comment.
Indeed, the pseudo's that are updated in the .td files always expand to the same instruction sequence, hence their size in bytes are fixed. Or maybe you mean you are not sure if the expansion would change in the future (i.e. the pseudo's will be expanded to a different instruction sequence)?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118009/new/
https://reviews.llvm.org/D118009
More information about the llvm-commits
mailing list