This is an archive of the discontinued LLVM Phabricator instance.

Enable critical edge split for indirectbr instruction
AbandonedPublic

Authored by xur on Sep 27 2017, 2:14 PM.

Details

Reviewers
davidxl
Summary

This is exposed in PGO instrumentation. I believe this is an over assert -- current logic can handle the split for the indirectbr instruction.

This patch removes the assert.

Diff Detail

Event Timeline

xur created this revision.Sep 27 2017, 2:14 PM
xur abandoned this revision.Sep 27 2017, 2:23 PM

This patch is wrong. Please ignore.