This is an archive of the discontinued LLVM Phabricator instance.

Move CodeGen/LowLevelType => CodeGen/LowLevelTypeUtils
ClosedPublic

Authored by chapuni on Apr 19 2023, 5:42 PM.

Details

Summary

Before restoring CodeGen/LowLevelType, rename this to LowLevelTypeUtils.

Diff Detail

Event Timeline

chapuni created this revision.Apr 19 2023, 5:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 19 2023, 5:42 PM
chapuni updated this revision to Diff 516157.Apr 23 2023, 5:01 AM
  • Rename CodeGen/LowLevelType.h => CodeGen/LowLevelTypeUtils.h
chapuni updated this revision to Diff 516175.Apr 23 2023, 9:18 AM
chapuni retitled this revision from Rename includes (Support=>CodeGen, LowLevelTypeImpl.h=>LowLevelType.h) to Move CodeGen/LowLevelType => CodeGen/LowLevelTypeUtils.
chapuni edited the summary of this revision. (Show Details)

Split out

chapuni published this revision for review.Apr 23 2023, 9:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 23 2023, 9:18 AM
arsenm accepted this revision.Apr 24 2023, 12:10 PM

File name is uglier but it doesn't really matter

This revision is now accepted and ready to land.Apr 24 2023, 12:10 PM

@arsenm Thanks. I expect this may be an motivation to be renamed or dissolved to others.
At first I merged this into LowLevelType.h

This revision was landed with ongoing or failed builds.Apr 24 2023, 4:53 PM
This revision was automatically updated to reflect the committed changes.