[PATCH] D62262: [PGO][CHR] Speed up following long use-def chains.
Hiroshi Yamauchi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 22 09:54:49 PDT 2019
yamauchi created this revision.
yamauchi added a reviewer: davidxl.
Herald added a project: LLVM.
Avoid visiting an instruction more than once by using a map.
Repository:
rL LLVM
https://reviews.llvm.org/D62262
Files:
lib/Transforms/Instrumentation/ControlHeightReduction.cpp
test/Transforms/PGOProfile/chr.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62262.200778.patch
Type: text/x-patch
Size: 15777 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190522/8a99c1fb/attachment.bin>
More information about the llvm-commits
mailing list