[PATCH] D30483: [DAG] More aggressively Inline TokenFactors
Nirav Dave via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 28 17:23:58 PST 2017
niravd created this revision.
Herald added a subscriber: nemanjai.
Herald added a reviewer: javed.absar.
Now the anti-aliasing in SelectionDAG is on by default, fold in TokenFactors of
TokenFactors with multiple uses for TFs with relatively small number of chains.
This marginally improves DAG analysis.
https://reviews.llvm.org/D30483
Files:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
test/CodeGen/AArch64/arm64-abi_align.ll
test/CodeGen/AArch64/arm64-variadic-aapcs.ll
test/CodeGen/ARM/illegal-bitfield-loadstore.ll
test/CodeGen/BPF/undef.ll
test/CodeGen/MSP430/Inst16mm.ll
test/CodeGen/PowerPC/complex-return.ll
test/CodeGen/PowerPC/structsinmem.ll
test/CodeGen/PowerPC/structsinregs.ll
test/CodeGen/X86/add.ll
test/CodeGen/X86/musttail.ll
test/CodeGen/X86/pr30284.ll
test/CodeGen/X86/psubus.ll
test/CodeGen/X86/rotate.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30483.90107.patch
Type: text/x-patch
Size: 17810 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170301/5786a409/attachment.bin>
More information about the llvm-commits
mailing list