[PATCH] D62555: [TailDuplicator] prevent tail duplication for INLINEASM_BR

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 15:26:15 PDT 2019


nickdesaulniers marked an inline comment as done.
nickdesaulniers added a comment.

> It's possible the transform isn't profitable if we're optimizing for size, but that's a completely different issue.

Right, that was more of my point.

Anyways, with this patch and D56571 <https://reviews.llvm.org/D56571>, I can successfully build arm32 Linux kernel allyesconfig, and build+boot arm32 Linux kernel defconfig + `CONFIG_JUMP_LABEL` + `CONFIG_STATIC_KEYS_SELFTEST`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62555





More information about the llvm-commits mailing list