[PATCH] D77248: [llvm][IR] Add a new Constant, PLTEntry, which may represent the PLT entry for a function
Leonard Chan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 20 11:35:40 PDT 2020
leonardchan updated this revision to Diff 286865.
leonardchan edited the summary of this revision.
leonardchan added a comment.
Herald added subscribers: dexonsmith, steven_wu.
Clean up some of the code.
Also sent out an RFC at http://lists.llvm.org/pipermail/llvm-dev/2020-August/144469.html.
Still need to add and test GlobalISel support.
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/IR/Constants.h
llvm/include/llvm/IR/Value.def
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/IR/AsmWriter.cpp
llvm/lib/IR/Constants.cpp
llvm/lib/IR/LLVMContextImpl.h
llvm/test/CodeGen/X86/relptr-rodata.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77248.286865.patch
Type: text/x-patch
Size: 11871 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200820/b454a582/attachment.bin>
More information about the llvm-commits
mailing list