This is an archive of the discontinued LLVM Phabricator instance.

TableGen: Add MinAlignment predicate
ClosedPublic

Authored by arsenm on Jul 19 2019, 2:46 PM.

Details

Reviewers
dsanders
aemerson
Summary

AMDGPU uses some custom code predicates for testing alignments.

I'm still having trouble comprehending the behavior of predicate bits
in the PatFrag hierarchy. Any attempt to abstract these properties
unexpectdly fails to apply them.

Diff Detail

Event Timeline

arsenm created this revision.Jul 19 2019, 2:46 PM
arsenm updated this revision to Diff 210938.Jul 19 2019, 4:46 PM

Fix a test failure with extload

aemerson accepted this revision.Jul 30 2019, 3:08 PM

Looks reasonable to me.

This revision is now accepted and ready to land.Jul 30 2019, 3:08 PM
arsenm closed this revision.Jul 30 2019, 5:14 PM

r367373