This is an archive of the discontinued LLVM Phabricator instance.

[NFC][Codegen] Use MaybeAlign + APInt::getLimitedValue() when creating Alignment attr
ClosedPublic

Authored by lebedev.ri on Jan 19 2020, 2:09 AM.

Details

Summary

Just an NFC code cleanup i stumbled upon when stumbling through clang alignment attribute handling.

Diff Detail