diff options
author | Craig Topper <craig.topper@intel.com> | 2017-12-17 18:23:45 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2017-12-17 18:23:45 +0000 |
commit | fd8d04082041fd261db9d5011b8a745f07b5deef (patch) | |
tree | 3e002859c1b75333865f1e50baf6e125e3b96e7b /lldb/packages/Python/lldbsuite/test | |
parent | 406d04a916961ccbcb5ee5cb3b7c99fc1ad86c9d (diff) | |
download | bcm5719-llvm-fd8d04082041fd261db9d5011b8a745f07b5deef.tar.gz bcm5719-llvm-fd8d04082041fd261db9d5011b8a745f07b5deef.zip |
[X86] Make the code that creates fmaddsub from build_vector of extracts and inserts functional and add tests.
Summary:
We had no tests for this and we couldn't do the optimization because of a bad use count check. We need to know how many non-undef pieces of the build vector were filled in and ensure our use count is equal to that. But on the shuffle combine version we need the use count to be 2.
The missing coverage was noticed during the review of D40335.
Reviewers: RKSimon, zvi, spatel
Reviewed By: RKSimon
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D41133
llvm-svn: 320950
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
0 files changed, 0 insertions, 0 deletions