This is an archive of the discontinued LLVM Phabricator instance.

Consider Predicates attached to InstAlias
ClosedPublic

Authored by rogfer01 on May 13 2016, 4:59 AM.

Details

Summary

Currently AsmWriterEmiter.cpp (used by tblgen -gen-asm-writer) does not
consider the Predicates attached to InstAlias when generating printAliasInstr.
This forces users of printAliasInstr to check those predicates beforehand.

This commit adds them in the condition set of the IAPrinter object.

Diff Detail

Repository
rL LLVM

Event Timeline

rogfer01 updated this revision to Diff 57160.May 13 2016, 4:59 AM
rogfer01 retitled this revision from to Consider Predicates attached to InstAlias.
rogfer01 updated this object.
rogfer01 added a reviewer: stoklund.
rogfer01 added a subscriber: llvm-commits.

Ping?

Thank you

Ping?

Kind regards,

Ping?

Thank you very much,

Ping?

Thank you!

olista01 accepted this revision.Jun 3 2016, 5:29 AM
olista01 edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jun 3 2016, 5:29 AM
This revision was automatically updated to reflect the committed changes.