[PATCH] D79794: Change the INLINEASM_BR MachineInstr to be a non-terminating instruction.
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 22 11:49:34 PDT 2020
nickdesaulniers added a comment.
In D79794#2105792 <https://reviews.llvm.org/D79794#2105792>, @nathanchance wrote:
> @void that diff on top of this revision resolves the issue I was seeing, thanks!
That's great! @void is there a test case we can add for that post RA schedule, so that we don't regress that? @jyknight would you mind rolling @void 's changes up into this and rebasing, please? I'm curious if there's anything we can do to combine `isSchedBoundary` and `isSchedulingBoundary`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79794/new/
https://reviews.llvm.org/D79794
More information about the llvm-commits
mailing list