[PATCH] D77248: [llvm][IR] Add a new Constant (UnnamedFunc)

Leonard Chan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 27 16:15:02 PDT 2020


leonardchan updated this revision to Diff 288478.
leonardchan retitled this revision from "[llvm][IR] Add a new Constant, PLTEntry, which may represent the PLT entry for a function" to "[llvm][IR] Add a new Constant (UnnamedFunc)".
leonardchan edited the summary of this revision.
leonardchan added a comment.
Herald added a subscriber: kristof.beyls.

Update to reflect comments in the RFC.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77248

Files:
  llvm/include/llvm-c/Core.h
  llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
  llvm/include/llvm/IR/Constants.h
  llvm/include/llvm/IR/Value.def
  llvm/include/llvm/Target/TargetLoweringObjectFile.h
  llvm/lib/Analysis/ConstantFolding.cpp
  llvm/lib/AsmParser/LLLexer.cpp
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/AsmParser/LLToken.h
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  llvm/lib/IR/AsmWriter.cpp
  llvm/lib/IR/Constants.cpp
  llvm/lib/IR/LLVMContextImpl.h
  llvm/test/CodeGen/X86/relptr-rodata.ll
  llvm/test/CodeGen/X86/unnamedfunc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77248.288478.patch
Type: text/x-patch
Size: 14761 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200827/4a95bacf/attachment.bin>


More information about the llvm-commits mailing list