[PATCH] D62223: [DAGCombiner][X86][AArch64][AMDGPU] (x + C) - y -> (x - y) + C fold
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 22 07:46:54 PDT 2019
lebedev.ri updated this revision to Diff 200738.
lebedev.ri added a comment.
Better test coverage.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62223/new/
https://reviews.llvm.org/D62223
Files:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
test/CodeGen/AArch64/shift-amount-mod.ll
test/CodeGen/AArch64/sink-addsub-of-const.ll
test/CodeGen/AMDGPU/llvm.amdgcn.s.barrier.ll
test/CodeGen/X86/combine-add.ll
test/CodeGen/X86/ragreedy-hoist-spill.ll
test/CodeGen/X86/shift-amount-mod.ll
test/CodeGen/X86/sink-addsub-of-const.ll
test/CodeGen/X86/zext-sext.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62223.200738.patch
Type: text/x-patch
Size: 22682 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190522/fbafd799/attachment.bin>
More information about the llvm-commits
mailing list