[PATCH] D12680: [InstCombine] Added vector demanded bits support for SSE4A EXTRQ/INSERTQ instructions

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 7 15:30:01 PDT 2015


RKSimon created this revision.
RKSimon added reviewers: andreadb, spatel.
RKSimon added a subscriber: llvm-commits.
RKSimon set the repository for this revision to rL LLVM.

The SSE4A instructions EXTRQ/INSERTQ only use the lower 64-bits (or less) for many of their input vector operands and all of them have undefined upper 64-bits results.

Repository:
  rL LLVM

http://reviews.llvm.org/D12680

Files:
  lib/Transforms/InstCombine/InstCombineCalls.cpp
  lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
  test/Transforms/InstCombine/x86-sse4a.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12680.34170.patch
Type: text/x-patch
Size: 23778 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150907/69d81533/attachment.bin>


More information about the llvm-commits mailing list