This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][GlobalISel] Don't emit a branch for a fallthrough G_BR.
AbandonedPublic

Authored by aemerson on Aug 24 2020, 11:24 AM.

Details

Reviewers
paquette
Summary

I'm going to later change the IRTranslator to not remove unnecessary fallthrough G_BRs and leave it down to the target. Implement this in earlySelect() before the tablegen selector can select it.

Diff Detail