This is an archive of the discontinued LLVM Phabricator instance.

[clang][ASTImporter] Add import of 'ConvertVectorExpr'
ClosedPublic

Authored by danix800 on Aug 6 2023, 7:07 PM.

Diff Detail

Event Timeline

danix800 created this revision.Aug 6 2023, 7:07 PM
Herald added a reviewer: shafik. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: martong. · View Herald Transcript
danix800 requested review of this revision.Aug 6 2023, 7:07 PM

Depends on https://reviews.llvm.org/D157248

FWIW, this would usually be done via a "patch stack": https://kurtisnusbaum.medium.com/stacked-diffs-keeping-phabricator-diffs-small-d9964f4dcfa6 so that it's clear which changes are part of this patch and which changes are part of the parent patch.

Depends on https://reviews.llvm.org/D157248

FWIW, this would usually be done via a "patch stack": https://kurtisnusbaum.medium.com/stacked-diffs-keeping-phabricator-diffs-small-d9964f4dcfa6 so that it's clear which changes are part of this patch and which changes are part of the parent patch.

I'll update this and D157238 to clean state since their dependents are both landed.

For future revisions I'll try this "patch stack" if dependency exists.

Thanks for this info.

danix800 updated this revision to Diff 547781.Aug 7 2023, 7:32 AM

Cleanup since D157248 is landed.

balazske accepted this revision.Aug 7 2023, 9:00 AM
This revision is now accepted and ready to land.Aug 7 2023, 9:00 AM