[PATCH] D27933: [InstCombine] fix operand-complexity-based canonicalization (PR28296)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 3 13:55:06 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL294049: [InstCombine] fix operand-complexity-based canonicalization (PR28296) (authored by spatel).

Changed prior to commit:
  https://reviews.llvm.org/D27933?vs=86953&id=87019#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D27933

Files:
  llvm/trunk/lib/Transforms/InstCombine/InstCombineInternal.h
  llvm/trunk/test/Transforms/InstCombine/add.ll
  llvm/trunk/test/Transforms/InstCombine/and.ll
  llvm/trunk/test/Transforms/InstCombine/apint-sub.ll
  llvm/trunk/test/Transforms/InstCombine/compare-unescaped.ll
  llvm/trunk/test/Transforms/InstCombine/icmp.ll
  llvm/trunk/test/Transforms/InstCombine/narrow.ll
  llvm/trunk/test/Transforms/InstCombine/or.ll
  llvm/trunk/test/Transforms/InstCombine/select.ll
  llvm/trunk/test/Transforms/InstCombine/sub.ll
  llvm/trunk/test/Transforms/InstCombine/vec_demanded_elts.ll
  llvm/trunk/test/Transforms/InstCombine/vec_sext.ll
  llvm/trunk/test/Transforms/InstCombine/x86-avx512.ll
  llvm/trunk/test/Transforms/InstCombine/xor.ll
  llvm/trunk/test/Transforms/InstCombine/xor2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27933.87019.patch
Type: text/x-patch
Size: 14416 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170203/be041e5a/attachment.bin>


More information about the llvm-commits mailing list