[PATCH] D54853: [ARM][MC] Move information about variadic register defs into tablegen

Oliver Stannard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 3 01:59:34 PST 2018


olista01 added a comment.

I can't think of any general way to test this, because these properties of MCInsts are not used much. The Thumb instructions which this applies to are tested by test/MC/ARM/implicit-it-generation.s, which has a big list of PC-writing instructions which cannot be used in the middle of an IT block, this patch is NFC for them.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54853/new/

https://reviews.llvm.org/D54853





More information about the llvm-commits mailing list