We previously relies on InstructionCombining pass to remove invoke instructions. Now that we can inline invoke instructions correctly, we do not need these passes any more.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D24730
Remove InstructionCombining and its related pass from sample pgo passes as we can handle "invoke" correctly. ClosedPublic Authored by danielcdh on Sep 19 2016, 8:45 AM.
Details Summary We previously relies on InstructionCombining pass to remove invoke instructions. Now that we can inline invoke instructions correctly, we do not need these passes any more.
Diff Detail Event TimelineThis revision is now accepted and ready to land.Sep 19 2016, 9:07 AM
Revision Contents
Diff 71834 lib/CodeGen/BackendUtil.cpp
test/CodeGen/pgo-sample.c
|