This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC][NFC] Avoid checking non-relevant .cfi instructions
ClosedPublic

Authored by jsji on Aug 30 2019, 11:33 AM.

Details

Summary

This is brought up in
https://reviews.llvm.org/D64662?id=209923#inline-599490

CFI information are non-relevant to quite some testcases,
we should get rid of checking them when its unecessary.

This patch avoid generating cfi info in testcases that are not
testing prolog/epilog or exception handling.

Diff Detail

Repository
rL LLVM

Event Timeline

jsji created this revision.Aug 30 2019, 11:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 30 2019, 11:33 AM
jsji added a reviewer: Restricted Project.Aug 30 2019, 11:35 AM
This revision is now accepted and ready to land.Aug 30 2019, 11:48 AM
This revision was automatically updated to reflect the committed changes.