[PATCH] D48067: [InstCombine] Replacing X86-specific rounding intrinsics with generic floor-ceil

Mikhail Dvoretckii via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 14 04:26:36 PDT 2018


mike.dvoretsky updated this revision to Diff 151327.
mike.dvoretsky marked 5 inline comments as done.
mike.dvoretsky added a comment.

Changes made per comments. Note that zext IR instructions have been fully excluded from all patterns, which will require altering vec_floor.ll tests in https://reviews.llvm.org/D45203 if this revision is accepted.


https://reviews.llvm.org/D48067

Files:
  llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/test/Transforms/InstCombine/X86/x86-avx.ll
  llvm/test/Transforms/InstCombine/X86/x86-avx512.ll
  llvm/test/Transforms/InstCombine/X86/x86-sse41.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48067.151327.patch
Type: text/x-patch
Size: 25579 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180614/c95a462a/attachment.bin>


More information about the llvm-commits mailing list