[PATCH] D60612: Cowardly refuse to insert instructions after a terminator.

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 12 08:13:53 PDT 2019


vsk added a comment.

Thanks for working on this. Two thoughts:

- Would the old test fail with the new assert? I don’t yet see why it would.
- Might help to preemptively test this with a stage 2 clang self-host, in case any in-tree code “fixes up” extra terminators.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60612





More information about the llvm-commits mailing list