[PATCH] D20593: ValueMaterializer: fuse materializeDeclFor and materializeInitFor (NFC)
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Tue May 24 12:49:50 PDT 2016
joker.eph created this revision.
joker.eph added reviewers: dexonsmith, rafael.
joker.eph added a subscriber: llvm-commits.
They were originally separated to handle the co-recursion between
the ValueMapper and the ValueMaterializer. This recursion does not
exist anymore: the ValueMapper now uses a Worklist and the
ValueMaterializer is scheduling job on the Worklist.
http://reviews.llvm.org/D20593
Files:
include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
include/llvm/Transforms/Utils/ValueMapper.h
lib/Linker/IRMover.cpp
lib/Transforms/Utils/ValueMapper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20593.58295.patch
Type: text/x-patch
Size: 6331 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160524/82f1842e/attachment-0001.bin>
More information about the llvm-commits
mailing list