This is an archive of the discontinued LLVM Phabricator instance.

[APInt] Stop using soft-deprecated constructors and methods in clang. NFC.
ClosedPublic

Authored by foad on Sep 30 2021, 3:28 AM.

Details

Summary

Stop using APInt constructors and methods that were soft-deprecated in
D109483. This fixes all the uses I found in clang.

Diff Detail

Event Timeline

foad created this revision.Sep 30 2021, 3:28 AM
foad requested review of this revision.Sep 30 2021, 3:28 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptSep 30 2021, 3:28 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
lattner accepted this revision.Oct 3 2021, 5:30 PM

Thank you Jay!

This revision is now accepted and ready to land.Oct 3 2021, 5:30 PM
This revision was landed with ongoing or failed builds.Oct 4 2021, 1:38 AM
This revision was automatically updated to reflect the committed changes.