[PATCH] D31398: [X86][X86 intrinsics]Folding cmp(sub(a, b), 0) into cmp(a, b) optimization

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 16 06:39:07 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL300422: [X86][X86 intrinsics]Folding cmp(sub(a,b),0) into cmp(a,b) optimization (authored by mzuckerm).

Changed prior to commit:
  https://reviews.llvm.org/D31398?vs=95377&id=95407#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D31398

Files:
  llvm/trunk/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/trunk/test/Transforms/InstCombine/X86FsubCmpCombine.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31398.95407.patch
Type: text/x-patch
Size: 9441 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170416/503628b1/attachment.bin>


More information about the llvm-commits mailing list