[PATCH] D81708: [DAGCombine] Generalize the case (add (or x, c1), c2) -> (add x, (c1 + c2))
Michael Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 12 10:54:16 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe7b920e6fe7c: [DAGCombine] Generalize the case (add (or x, c1), c2) -> (add x, (c1 + c2)) (authored by hliao).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81708/new/
https://reviews.llvm.org/D81708
Files:
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/test/CodeGen/ARM/va_arg.ll
llvm/test/CodeGen/Mips/cconv/arguments-varargs.ll
llvm/test/CodeGen/RISCV/vararg.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81708.270453.patch
Type: text/x-patch
Size: 8245 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200612/02f2a6e1/attachment.bin>
More information about the llvm-commits
mailing list