Just an NFC code cleanup i stumbled upon when stumbling through clang alignment attribute handling.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D72993
[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
Event Timelinelebedev.ri added a parent revision: D72979: [Codegen] Emit both AssumeAlignedAttr and AllocAlignAttr assumptions if they exist. This revision is now accepted and ready to land.Jan 20 2020, 1:18 AM Closed by commit rG6b2f820221c7: [NFC][Codegen] Use MaybeAlign + APInt::getLimitedValue() when creating… (authored by lebedev.ri). · Explain WhyJan 21 2020, 10:20 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 238977 clang/lib/CodeGen/CGCall.cpp
|