This is an archive of the discontinued LLVM Phabricator instance.

[APInt] Stop using soft-deprecated constructors and methods in llvm. 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 llvm, except for the APInt
unit tests which should still test the deprecated methods.

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 a reviewer: sstefan1. · View Herald Transcript
Herald added a reviewer: baziotis. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
lattner accepted this revision.Oct 3 2021, 5:28 PM

Thank you Jay!

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