[PATCH] D148768: Move CodeGen/LowLevelType => CodeGen/LowLevelTypeUtils

NAKAMURA Takumi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 23 09:18:38 PDT 2023


chapuni created this revision.
Herald added subscribers: kosarev, mattd, gchakrabarti, pmatos, asb, asavonic, foad, ecnelises, kerbowa, pengfei, atanasyan, jrtc27, javed.absar, kbarton, hiraditya, jgravelle-google, sbc100, jvesely, nemanjai, sdardis, dschuff, arsenm, MatzeB.
Herald added a project: All.
chapuni updated this revision to Diff 516157.
chapuni added a comment.
chapuni updated this revision to Diff 516175.
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.
chapuni published this revision for review.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

- Rename CodeGen/LowLevelType.h => CodeGen/LowLevelTypeUtils.h


chapuni added a comment.

Split out


Before restoring `CodeGen/LowLevelType`, rename this to `LowLevelTypeUtils`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148768

Files:
  llvm/include/llvm/CodeGen/LowLevelType.h
  llvm/include/llvm/CodeGen/LowLevelTypeUtils.h
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
  llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
  llvm/lib/CodeGen/GlobalISel/LoadStoreOpt.cpp
  llvm/lib/CodeGen/LowLevelType.cpp
  llvm/lib/CodeGen/LowLevelTypeUtils.cpp
  llvm/lib/Target/AArch64/GISel/AArch64CallLowering.cpp
  llvm/lib/Target/AArch64/GISel/AArch64RegisterBankInfo.cpp
  llvm/lib/Target/ARM/ARMCallLowering.cpp
  llvm/lib/Target/ARM/ARMLegalizerInfo.cpp
  llvm/lib/Target/X86/X86CallLowering.cpp
  llvm/unittests/CodeGen/LowLevelTypeTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148768.516175.patch
Type: text/x-patch
Size: 8174 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230423/e8091214/attachment.bin>


More information about the llvm-commits mailing list