[PATCH] D44402: [DAGCombiner] Fold (zext (and/or/xor (shl/shr (load x), cst), cst))

Guozhi Wei via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 7 16:39:31 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL329516: [DAGCombiner] Fold (zext (and/or/xor (shl/shr (load x), cst), cst)) (authored by Carrot, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D44402?vs=139823&id=141514#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D44402

Files:
  llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/trunk/test/CodeGen/AArch64/zext-logic-shift-load.ll
  llvm/trunk/test/CodeGen/ARM/zext-logic-shift-load.ll
  llvm/trunk/test/CodeGen/X86/zext-logicop-shift-load.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44402.141514.patch
Type: text/x-patch
Size: 8415 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180407/bb02bbb0/attachment.bin>


More information about the llvm-commits mailing list