[PATCH] D129288: [IR] Don't use blockaddresses as callbr arguments

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 7 12:14:37 PDT 2022


nikic added a comment.

@nickdesaulniers Why would we need to rewrite the asm string? I'd expect things to stay in the form

  callbr void asm sideeffect "${0:l} ${1:l}", "!i,!i"()
  to label %1 [label %4, label %4]

where the two inline asm arguments just happen to refer to the same label.


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

https://reviews.llvm.org/D129288



More information about the llvm-commits mailing list