This is an archive of the discontinued LLVM Phabricator instance.

[Coroutines] Handle CallBrInst in SalvageDebugInfo
ClosedPublic

Authored by ChuanqiXu on Dec 6 2021, 2:46 AM.

Details

Summary

As Stephen mentioned in https://reviews.llvm.org/D97673, it would be better to handle CallBr instruction as invokeinst as well.

Diff Detail

Event Timeline

ChuanqiXu created this revision.Dec 6 2021, 2:46 AM
ChuanqiXu requested review of this revision.Dec 6 2021, 2:46 AM
This revision is now accepted and ready to land.Dec 6 2021, 6:09 AM
This revision was automatically updated to reflect the committed changes.
thakis added a subscriber: thakis.Dec 6 2021, 11:57 AM

Looks like this broke CodeGen/X86/code_placement_ext_tsp.ll on arm macs:

http://45.33.8.238/macm1/23133/step_11.txt

Please take a look, and revert for now if it takes a while to fix.

thakis added a comment.Dec 6 2021, 3:56 PM

apologies, that's more likely D113424