[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:03:30 PDT 2020


hliao updated this revision to Diff 270403.
hliao added a comment.

Revise the original comment.


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.270403.patch
Type: text/x-patch
Size: 8120 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200612/762a84b1/attachment.bin>


More information about the llvm-commits mailing list