diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-02-25 15:42:02 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-02-25 15:42:02 +0000 |
commit | a066f1f9e6fc5f1399060a2cd22335ec4de7bb90 (patch) | |
tree | 015627707136acb7f2924b14209e667411382756 /clang/lib/AST/ASTContext.cpp | |
parent | 3e34150009a8337e65fb737235ba57a78fc9b113 (diff) | |
download | bcm5719-llvm-a066f1f9e6fc5f1399060a2cd22335ec4de7bb90.tar.gz bcm5719-llvm-a066f1f9e6fc5f1399060a2cd22335ec4de7bb90.zip |
[Vectorizer] Add vectorization support for fixed smul/umul intrinsics
This requires a couple of tweaks to existing vectorization functions as they were assuming that only the second call argument (ctlz/cttz/powi) could ever be the 'always scalar' argument, but for smul.fix + umul.fix its the third argument.
Differential Revision: https://reviews.llvm.org/D58616
llvm-svn: 354790
Diffstat (limited to 'clang/lib/AST/ASTContext.cpp')
0 files changed, 0 insertions, 0 deletions