[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 08:38:15 PDT 2020
hliao updated this revision to Diff 270409.
hliao added a comment.
Revise again
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.270409.patch
Type: text/x-patch
Size: 8245 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200612/1f209a86/attachment.bin>
More information about the llvm-commits
mailing list