[PATCH] D45203: [X86] VRNDSCALE* folding from masked and scalar ffloor and fceil patterns

Mikhail Dvoretckii via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 15 01:26:24 PDT 2018


mike.dvoretsky updated this revision to Diff 151465.
mike.dvoretsky retitled this revision from "[X86] VRNDSCALE* folding from masked and single-value ffloor and fceil patterns" to "[X86] VRNDSCALE* folding from masked and scalar ffloor and fceil patterns".
mike.dvoretsky edited the summary of this revision.
mike.dvoretsky added a comment.

Updated to support https://reviews.llvm.org/D48067 instead of https://reviews.llvm.org/D45202. Removed IntrinsicsX86.td changes since the lowering is now in InstCombine, changed the masked scalar pattern tests to exclude mask extension that was in the previous versions.


https://reviews.llvm.org/D45203

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/lib/Target/X86/X86InstrAVX512.td
  llvm/lib/Target/X86/X86InstrSSE.td
  llvm/test/CodeGen/X86/vec_floor.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45203.151465.patch
Type: text/x-patch
Size: 90004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180615/cda3b574/attachment-0001.bin>


More information about the llvm-commits mailing list