[PATCH] D51550: Use alias analysis to check for real interference in cascade comparison
Christy Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 31 10:51:43 PDT 2018
christylee created this revision.
christylee added a reviewer: courbet.
Herald added a reviewer: javed.absar.
Herald added a subscriber: llvm-commits.
Passing in AliasAnalysis to MergeICmps, we can check for real interference using alias analysis when some other work is done in a comparison block.
Repository:
rL LLVM
https://reviews.llvm.org/D51550
Files:
lib/Transforms/Scalar/MergeICmps.cpp
test/CodeGen/AArch64/O3-pipeline.ll
test/CodeGen/Generic/llc-start-stop.ll
test/CodeGen/X86/O3-pipeline.ll
test/Transforms/MergeICmps/X86/alias-merge-blocks.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51550.163564.patch
Type: text/x-patch
Size: 15782 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180831/8ca63bea/attachment.bin>
More information about the llvm-commits
mailing list