This fixes a crash observed after
https://reviews.llvm.org/D129997.
Similar to D88823.
Differential D130127
[llvm][TailDuplicator] don't taildup isInlineAsmBrIndirectTargets nickdesaulniers on Jul 19 2022, 2:55 PM. Authored by
Details
Diff Detail
Event TimelineComment Actions Going to throw a -1 on this; I think we should instead revert https://reviews.llvm.org/D129997 for now. This patch needs the test case from https://reviews.llvm.org/D129997#3663878 added anyways. I also think it might be something else going wrong in TailDuplicator::tailDuplicate that's messing up the predaccessor list.
|