[PATCH] D83523: MachineSink: permit sinking into INLINEASM_BR indirect targets

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 13 09:31:29 PDT 2020


nickdesaulniers added a comment.

In https://github.com/ClangBuiltLinux/linux/issues/1085#issuecomment-656347490 @void suggested trying to mark `INLINEASM_BR` `MCInst`s as `IsBarrier`.  Based on the latest recommendations <https://reviews.llvm.org/D83523#2146520>, I'm wondering if `IsCall` is more appropriate?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83523





More information about the llvm-commits mailing list