[PATCH] D78793: Names for structs are held on the Context, not the Module. Move getTypeByName from Module to Type taking a Context parameter.

Nick Lewycky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 11:35:34 PST 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGfe431683484a: Creating a named struct requires only a Context and a name, but looking up a… (authored by nicholas).
Herald added a subscriber: dexonsmith.

Changed prior to commit:
  https://reviews.llvm.org/D78793?vs=272617&id=308438#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78793/new/

https://reviews.llvm.org/D78793

Files:
  llvm/include/llvm-c/Core.h
  llvm/include/llvm/IR/DerivedTypes.h
  llvm/include/llvm/IR/Module.h
  llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
  llvm/lib/IR/Core.cpp
  llvm/lib/IR/Type.cpp
  llvm/lib/Linker/IRMover.cpp
  llvm/tools/llvm-c-test/echo.cpp
  llvm/unittests/Analysis/TargetLibraryInfoTest.cpp
  polly/lib/CodeGen/LoopGeneratorsKMP.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78793.308438.patch
Type: text/x-patch
Size: 9614 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201130/4b62c7a7/attachment.bin>


More information about the llvm-commits mailing list