[PATCH] D53552: [DAGCombine] Improve alias analysis for chain of independent stores.
Nirav Dave via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 30 11:20:06 PDT 2018
niravd updated this revision to Diff 171738.
niravd marked 4 inline comments as done.
niravd added a comment.
Simplify. Update chain after both parallelizing chain and individual chain improvements. Also use IntervalMap.
Repository:
rL LLVM
https://reviews.llvm.org/D53552
Files:
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/test/CodeGen/AArch64/arm64-abi-varargs.ll
llvm/test/CodeGen/AArch64/ldst-opt.ll
llvm/test/CodeGen/AArch64/swifterror.ll
llvm/test/CodeGen/ARM/arm-storebytesmerge.ll
llvm/test/CodeGen/ARM/misched-fusion-aes.ll
llvm/test/CodeGen/Mips/fastcc.ll
llvm/test/CodeGen/SystemZ/pr36164.ll
llvm/test/CodeGen/X86/stores-merging.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53552.171738.patch
Type: text/x-patch
Size: 27241 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181030/2475e49a/attachment.bin>
More information about the llvm-commits
mailing list